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