forked from eventoL/eventoL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
60 lines (59 loc) · 1.08 KB
/
.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
55
56
57
58
59
60
plugins:
bandit:
enabled: true
eslint:
enabled: true
channel: "eslint-5"
config:
config: eventol/front/.eslintrc.yaml
fixme:
enabled: true
config:
strings:
- FIXME
- BUG
- CHECK
- TODO
- FIX
- CHANGE
git-legal:
enabled: true
markdownlint:
enabled: true
nodesecurity:
enabled: true
pylint:
enabled: true
radon:
enabled: true
config:
python_version: 3
sass-lint:
enabled: true
config:
file: eventol/front/.sass-lint.yml
sonar-python:
enabled: true
config:
tests_patterns:
- eventol/manager/tests/**
- eventol/eventol/tests/**
exclude_patterns:
- ".github/"
- "deploy/"
- "docs/"
- "eventol/conf/"
- "eventol/front/src/assets/"
- "eventol/manager/media/"
- "eventol/manager/migrations/"
- "eventol/manager/static/"
- "eventol/manager/templates/"
- "db.*"
- "**/__snapshots__/"
- "**/node_modules/"
- "**/*.test.js"
- "**/*.test.jsx"
- "**/*.spec.js"
- "**/*.spec.jsx"
- "**/*.story.js"
- "**/test_*.py"