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