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