aboutsummaryrefslogtreecommitdiff
path: root/.codeclimate.yml
blob: ead37e57f8a73adb799aa2c5eae7c6b24da78d53 (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
--
engines:
  duplication:
    enabled:false
    config:
      languages:
        - javascript
  rubocop:
    enabled: true
  jslint:
    enabled: true
  stylelint:
    enabled: true
  fixme:
    enabled: true
  haml-lint:
    enabled: true
  ratings:
    paths:
      - "**.css"
      - "**.js"
      - "**.html"
      - "**.rb"
      - "**.haml"
  exclude_paths:
    - static/javascript/jquery.*.js