aboutsummaryrefslogtreecommitdiffhomepage
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 000000000..6983e591f
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,23 @@
1---
2engines:
3 csslint:
4 enabled: false
5 duplication:
6 enabled: true
7 config:
8 languages:
9 - javascript
10 eslint:
11 enabled: true
12 fixme:
13 enabled: true
14ratings:
15 paths:
16 - "**.css"
17 - "**.js"
18exclude_paths:
19- config/
20- node_modules/
21- public
22- tests/
23- .tmp/