diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2015-11-29 19:17:20 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2015-11-29 19:17:20 +0300 |
commit | 8adac9da6722eebd0999967f62001857619dda70 (patch) | |
tree | 170d36613d7c4e276e46e0f7d7f502a135736690 | |
parent | 30c49fcb4d0ad8821f11e99108090e081c973111 (diff) | |
download | awesomplete-8adac9da6722eebd0999967f62001857619dda70.zip awesomplete-8adac9da6722eebd0999967f62001857619dda70.tar.gz awesomplete-8adac9da6722eebd0999967f62001857619dda70.tar.bz2 |
Add Code Climate Platform config
-rw-r--r-- | .codeclimate.yml | 12 |
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/**/* +- .* |