-
Notifications
You must be signed in to change notification settings - Fork 57
/
.codeclimate.yml
54 lines (52 loc) · 962 Bytes
/
.codeclimate.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
version: "2"
plugins:
csslint:
enabled: true
duplication:
enabled: true
config:
count_threshold: 3
languages:
typescript:
mass_threshold: 45
javascript:
python:
python_version: 3
mass_threshold: 40
eslint:
enabled: true
channel: "eslint-8"
config:
config: .eslintrc
fixme:
enabled: true
markdownlint:
enabled: true
shellcheck:
enabled: true
sonar-python:
enabled: true
checks:
python:S1542:
enabled: false
exclude_patterns:
- "**.json"
- "**.txt"
- ".pylintrc"
- servers/lib/src/types.ts
- "**/api/"
- "**/build/"
- "**/coverage/"
- "**/dist/"
- "**/node_modules/"
- "**/public/"
- "**/script/"
- "client/config/"
- "deploy/config/client/env*.js"
- "files/"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE.md"
- ".github/ISSUE_TEMPLATE/"
- "docs/developer/conduct.md"