Skip to content

Commit 78791f6

Browse files
committed
Create .codeclimate.yml
1 parent b4783ee commit 78791f6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.codeclimate.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
engines:
3+
csslint:
4+
enabled: true
5+
duplication:
6+
enabled: false
7+
config:
8+
languages:
9+
- javascript
10+
- php
11+
fixme:
12+
enabled: true
13+
phpmd:
14+
enabled: true
15+
checks:
16+
Controversial/CamelCaseMethodName:
17+
enabled: false
18+
Controversial/CamelCaseClassName:
19+
enabled: false
20+
Controversial/CamelCaseVariableName:
21+
enabled: false
22+
Controversial/CamelCaseParameterName:
23+
enabled: false
24+
Naming/ShortVariable:
25+
enabled: false
26+
ratings:
27+
paths:
28+
- "**.css"
29+
- "**.js"
30+
- "**.php"
31+
exclude_paths:
32+
- boldgrid-theme-framework/*
33+
- src/includes/black-studio-tinymce-widget/*
34+
- src/includes/partials/*

0 commit comments

Comments
 (0)