MakersNetwork/agenda-saude

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"

# https://docs.codeclimate.com/docs/advanced-configuration
checks:
  method-count:
    enabled: false # use rubocop's
  method-lines:
    enabled: false # use rubocop's
  similar-code:
    enabled: false # use rubocop's
  method-complexity:
    config:
      threshold: 10 # keeping it high until we can fix other issues

plugins:
  duplication:
    enabled: true
    config:
      languages:
        ruby:
          mass_threshold: 20
        javascript:
          mass_threshold: 20
  brakeman:
    enabled: true
  rubocop:
    enabled: true
    channel: "rubocop-1-7-0"
  reek:
    enabled: false
  flog:
    enabled: false
  bundler-audit:
    enabled: true