forked from natlas/natlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
42 lines (42 loc) · 872 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
version: "2"
plugins:
eslint:
enabled: true
channel: eslint-6
config:
config: ./natlas-server/.eslintrc.yml
tslint:
enabled: true
config: ./natlas-server/tslint.json
stylelint:
enabled: true
config: ./natlas-server/.stylelintrc.yml
pep8:
enabled: true
checks:
E402:
enabled: false
E203:
enabled: false
W503:
enabled: false
exclude_patterns:
# machine generated, duplication likely
- "natlas-server/migrations/versions/"
radon:
enabled: true
config:
python_version: 3
shellcheck:
enabled: true
sonar-python:
enabled: true
duplication:
enabled: true
config:
languages:
- python:
python_version: 3
exclude_patterns:
# machine generated, duplication likely
- "natlas-server/migrations/versions/"