-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodeclimate-config.patch
More file actions
47 lines (47 loc) · 926 Bytes
/
Copy pathcodeclimate-config.patch
File metadata and controls
47 lines (47 loc) · 926 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
42
43
44
45
46
47
diff --git a/.codeclimate.yml b/.codeclimate.yml
index e69de29..8772857 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -0,0 +1,29 @@
+---
+engines:
+ csslint:
+ enabled: true
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - ruby
+ - javascript
+ - python
+ - php
+ eslint:
+ enabled: true
+ fixme:
+ enabled: true
+ phpmd:
+ enabled: true
+ratings:
+ paths:
+ - "**.css"
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
+ - "**.php"
+ - "**.py"
+ - "**.rb"
+exclude_paths: []
diff --git a/.csslintrc b/.csslintrc
index e69de29..aacba95 100644
--- a/.csslintrc
+++ b/.csslintrc
@@ -0,0 +1,2 @@
+--exclude-exts=.min.css
+--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes
diff --git a/.eslintignore b/.eslintignore
index e69de29..96212a3 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -0,0 +1 @@
+**/*{.,-}min.js