programandoarg/pg_rails

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  csslint:
    enabled: true
  bundler-audit:
    enabled: true
  coffeelint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
        #mass_threshold: 30
      - javascript
    exclude_paths:
    - "spec"

checks:
  method-complexity:
    config:
      threshold: 7

ratings:
   paths:
   - "app/**/*"
   - "lib/**/*"
   - "config/**/*"
   - "Gemfile"
   - "Gemfile.lock"
   - "**.rb"