rails-stall/stall

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  brakeman:
    enabled: true
  bundler-audit:
    enabled: true
  csslint:
    enabled: true
  coffeelint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - ruby
        - javascript
        - coffeescript

exclude_paths:
  - spec/**/*

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