forked from themeum/kirki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
53 lines (53 loc) · 1.05 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
---
engines:
csslint:
enabled: true
checks:
fallback-colors:
enabled: false
qualified-headings:
enabled: false
important:
enabled: false
universal-selector:
enabled: false
compatible-vendor-prefixes:
enabled: false
box-sizing:
enabled: false
star-property-hack:
enabled: false
duplication:
enabled: false
config:
languages:
- javascript
- php
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCaseClassName:
enabled: false
Controversial/CamelCaseMethodName:
enabled: false
Controversial/CamelCaseVariableName:
enabled: false
Controversial/CamelCasePropertyName:
enabled: false
Naming/ShortVariable:
enabled: false
ratings:
paths:
- "**.css"
- "**.js"
- "**.php"
exclude_paths:
- controls/sortable/serialize.js
- controls/code/codemirror/*
- controls/**/selectize.js
- assets/js/vendor/*
- lib/class-aricolor.php
- tests/*
- bin/*