diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2015-11-29 19:51:59 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2015-11-29 19:51:59 +0300 |
commit | f769e4a0fb933c17414859e9a4d9840b334435a9 (patch) | |
tree | 9afa0f463332488da924dcbe1fb05c73e5193f89 | |
parent | ab969221780e375ba2d1dd57aebf8cfb4b09f645 (diff) | |
download | awesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.zip awesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.tar.gz awesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.tar.bz2 |
Also exclude minified files from analysis
-rw-r--r-- | .codeclimate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 62837db..4762df4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -7,6 +7,7 @@ ratings: paths: - "**.js" exclude_paths: +- "**.min.js" - karma*.conf.js - test/**/* - .* |