]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - .codeclimate.yml
Add tests to handle down server
[github/Chocobozzz/PeerTube.git] / .codeclimate.yml
1 ---
2 engines:
3 csslint:
4 enabled: false
5 duplication:
6 enabled: true
7 config:
8 languages:
9 - typescript
10 eslint:
11 enabled: true
12 fixme:
13 enabled: true
14 ratings:
15 paths:
16 - "**.css"
17 - "**.js"
18 exclude_paths:
19 - config/
20 - node_modules/
21 - scripts/
22 - server/tests/
23 - .tmp/