forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
58 lines (58 loc) · 888 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
fixme:
enabled: true
phpcodesniffer:
enabled: true
config:
standard: "WordPress"
phpmd:
enabled: true
eslint:
enabled: true
channel: "eslint-2"
scss-lint:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.css"
- "**.scss"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.php"
- "**.md"
exclude_paths:
- "**/.github/**"
- "**/tests/**"
- "**.png"
- "**.jpg"
- "**.gif"
- "gulpfile.js"
- "composer.lock"
- "phpcs.xml"
- "**.json"
- "**.jshintrc"
- "**.jshintignore"
- "**.svnignore"
- "**.travis.yml"
- "**.npmrc"
- "**.gitignore"
- "**.eslintrc"
- "**.editorconfig"
- "**.pot"
- "**.txt"
- "**-min.js"
- "**-min.css"
- "**.dist"
- "**.sh"