rike422/loose-leaf

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  eslint:
    enabled: true
    config:
      extensions:
      - .js
      - .jsx
  rubocop:
    enabled: true
  brakeman:
    enabled: true
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
      
ratings:
   paths:
   - "**.js"
   - "**.jsx"
   - "**.rb"