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