summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Zarakovsky <vlad.zar@gmail.com>2015-11-29 19:17:20 +0300
committerVladislav Zarakovsky <vlad.zar@gmail.com>2015-11-29 19:17:20 +0300
commit8adac9da6722eebd0999967f62001857619dda70 (patch)
tree170d36613d7c4e276e46e0f7d7f502a135736690
parent30c49fcb4d0ad8821f11e99108090e081c973111 (diff)
downloadawesomplete-8adac9da6722eebd0999967f62001857619dda70.zip
awesomplete-8adac9da6722eebd0999967f62001857619dda70.tar.gz
awesomplete-8adac9da6722eebd0999967f62001857619dda70.tar.bz2
Add Code Climate Platform config
-rw-r--r--.codeclimate.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..62837db
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,12 @@
+engines:
+ eslint:
+ enabled: true
+ fixme:
+ enabled: true
+ratings:
+ paths:
+ - "**.js"
+exclude_paths:
+- karma*.conf.js
+- test/**/*
+- .*