-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
42 lines (42 loc) · 897 Bytes
/
.codeclimate.yml
File metadata and controls
42 lines (42 loc) · 897 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
39
40
41
42
engines:
duplication:
enabled: true
exclude_fingerprints:
# Exclude some checks on BlockSequence
- 7d905e08763fb518ece6adadf60e23ff
- b24d55a0ad9cea16de6cf4d7ad0da559
# Exclude some checks on ContentSequence
- e7015afc57389884f03f9b50e52f060c
- 822db06eb69264b7535638ebbf061583
# Exclude some checks on ListItemSequence
- 46e0ae8f9c1aaf119aa8f16961f40538
- 37719c55909a3e3a6a302e66dbf845db
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
CleanCode/ElseExpression:
enabled: false
Design/TooManyPublicMethods:
enabled: false
UnusedFormalParameter:
enabled: false
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- test/
- vendor/