aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: 8aec4ed3641c3159e4df38f2668ea904a095eee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
engines:
  rubocop:
    enabled: true
  eslint:
    enabled: true
  stylelint:
    enabled: true
  fixme:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - ruby
        - html
exclude_paths:
  - static/javascript/jquery.*.js