We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4783ee commit 78791f6Copy full SHA for 78791f6
.codeclimate.yml
@@ -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
13
+ phpmd:
14
15
+ checks:
16
+ Controversial/CamelCaseMethodName:
17
18
+ Controversial/CamelCaseClassName:
19
20
+ Controversial/CamelCaseVariableName:
21
22
+ Controversial/CamelCaseParameterName:
23
24
+ Naming/ShortVariable:
25
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