aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: fa809455850a3dbe1bf602c803299495c9315578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--
engines:
  rubocop:
    enabled: true
  jslint:
    enabled: true
  stylelint:
    enabled: true
  fixme:
    enabled: true
  haml-lint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - ruby
        - html
        -javascript
  ratings:
    paths:
      - "**.css"
      - "**.js"
      - "**.html"
      - "**.rb"
      - "**.haml"
  exclude_paths:
    - static/javascript/jquery.*.js