Growstuff/growstuff

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
plugins:
  brakeman:
    enabled: false # codeclimate's brakeman is stuck in rails 5 rules
  bundler-audit:
    enabled: true
  coffeelint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
  editorconfig:
    enabled: true
  eslint:
    enabled: true
  fixme:
    enabled: true
  haml-lint:
    enabled: true
  nodesecurity:
    enabled: true
  rubocop:
    enabled: true
    channel: "rubocop-1-11"
  scss-lint:
    enabled: true
  shellcheck:
    enabled: true
ratings:
  paths:
  - "**.rb"
  - "**.ru"
  - "**.js"
  - "**.coffee"
  - "**.scss"
  - "**.haml"
  - Gemfile.lock
exclude_paths:
- config/
- db/
- spec/
- public/
- app/assets/stylesheets/bootstrap-accessibility.css
- app/assets/javascripts/bootstrap*
- app/assets/stylesheets/leaflet_overrides.scss