forked from Enterprise-CMCS/macpro-mdct-mcr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
44 lines (44 loc) · 897 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
version: "2" # required to adjust maintainability checks
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
method-lines:
config:
threshold: 300
file-lines:
config:
threshold: 1000
method-complexity:
config:
threshold: 20
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: true
exclude_patterns:
- "**/node_modules/"
- ".github/"
- ".images/"
- "cypress/"
- "plugins/"
- "src/"
- "services/.sechub/"
- "services/database/"
- "services/topics/"
- "services/ui/"
- "services/ui-src/public/"
- "services/ui-src/src/libs/"
- "services/ui-auth/"
- "services/uploads/"
- "services/ui-src/src/utils/testing/**"
- "services/ui-src/src/utils/types/types.ts"
- "tests/"
- "**/*.test.tsx"
- "**/*.scss"
- "**/*.sh"
- "**/*.lock"
- "**/*.json"