aboutsummaryrefslogtreecommitdiffhomepage
path: root/.codeclimate.yml
blob: 2b58e82b21c4abe1516b7155d19fb80fb9f91001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
engines:
  csslint:
    enabled: false
  duplication:
    enabled: true
    config:
      languages:
      - typescript
  eslint:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
  - "**.css"
  - "**.js"
exclude_paths:
- config/
- node_modules/
- scripts/
- server/tests/
- .tmp/