18F/identity-sp-rails

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  brakeman:
    enabled: true
  bundler-audit:
    enabled: true
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
        # mass_threshold: 30
      - javascript
    exclude_paths:
    - 'spec/**/*'
    - 'db/schema.rb'
  fixme:
    enabled: true
  reek:
    enabled: true
    exclude_paths:
    - 'spec/**/*'
    - 'db/migrate/*'
  rubocop:
    enabled: true
  scss-lint:
    enabled: true

ratings:
  paths:
  - app/**
  - lib/**
  - '**.rb'