-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.codeclimate.yml
More file actions
41 lines (41 loc) · 806 Bytes
/
.codeclimate.yml
File metadata and controls
41 lines (41 loc) · 806 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
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCaseClassName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
Controversial/CamelCaseVariableName:
enabled: false
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCasePropertyName:
enabled: false
CleanCode/ElseExpression:
enabled: false
CleanCode/StaticAccess:
enabled: false
Naming/ShortVariable:
enabled: false
ratings:
paths:
- "**.css"
- "**.js"
- "**.php"
exclude_paths:
- tests/
- features/