about summary refs log tree commit diff
path: root/.codeclimate.yml
blob: 8558e3135f8ee87cb4d4af7588e0edb35c98b0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
engines:
 duplication:
   enabled: true
   exclude_paths:
     - app/assets/javascripts/components/locales/
   config:
     languages:
     - ruby
     - javascript
 rubocop:
   enabled: true
 eslint:
   enabled: true
ratings:
 paths:
 - "**.rb"
 - "**.js"
exclude_paths:
- spec/
- vendor/asset