summaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-01-06 18:01:57 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-01-06 18:01:57 +0200
commit9a7c81208d3edea8adbcad2eb229891d5542a380 (patch)
tree022d5d37ab23158748c6accf3eea89146268efd6 /.codeclimate.yml
parentb1c742125df4e8af9969d1b0e9b0737e722c4b6e (diff)
added codeclimate coverage
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000000..472afb19de
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,43 @@
+---
+engines:
+ csslint:
+ enabled: true
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - ruby
+ - javascript
+ - python
+ - php
+ eslint:
+ enabled: true
+ fixme:
+ enabled: true
+ phpmd:
+ enabled: true
+ radon:
+ enabled: true
+ratings:
+ paths:
+ - "**.css"
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
+ - "**.php"
+ - "**.py"
+ - "**.rb"
+exclude_paths:
+- tests/
+- web/css/
+- web/lib/
+- web/fonts/
+- web/old/
+- python.d/python_modules/pyyaml2/
+- python.d/python_modules/pyyaml3/
+- node.d/node_modules/ber/
+- node.d/node_modules/asn1.js
+- node.d/node_modules/extend.js
+- node.d/node_modules/pixl-xml.js
+- node.d/node_modules/net-snmp.js