-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.codeclimate.yml
More file actions
38 lines (38 loc) · 692 Bytes
/
.codeclimate.yml
File metadata and controls
38 lines (38 loc) · 692 Bytes
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
---
version: "2"
checks:
file-lines:
config:
threshold: 600
method-complexity:
config:
threshold: 8
plugins:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- python:
mass_threshold: 50
eslint:
enabled: true
fixme:
enabled: true
radon:
enabled: true
exclude_patterns:
- "tabbycat/draw/generator/*.py"
config:
threshold: "C"
exclude_patterns:
- "tabbycat/*/migrations/*.py"
- "tabbycat/*/urls*.py"
- "tabbycat/options/preferences.py"
- "tabbycat/locale/jsi18n/"
- "tabbycat/utils/formats/"
- "config/"
- "**/node_modules/"
- "**/tests/"