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