asfoury/projmag

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"         # required to adjust maintainability checks
checks:
  argument-count:
    config:
      threshold: 5
  similar-code:
    config:
      threshold: 250 # not number of lines, but mass threshold (see default analysis configuration)
  identical-code:
    config:
      threshold: 250 # not number of lines, but mass threshold (see default analysis configuration)

exclude_patterns:
  - "**/test/"
  - "**/androidTest/"
  - "**test"