Skip to content
.codeclimate.yml 510 B
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
---
engines:
  bundler-audit:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
ratings:
  paths:
  - Gemfile.lock
  - "**.erb"
  - "**.haml"
  - "**.rb"
  - "**.rhtml"
  - "**.slim"
  - "**.inc"
  - "**.js"
  - "**.jsx"
  - "**.module"
exclude_paths:
- config/
- db/
- features/
- node_modules/
- spec/
- vendor/
- coverage/
- public/
- shared/
- webpack-report/
- log/
- backups/
- coverage-javascript/