summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Zarakovsky <vlad.zar@gmail.com>2015-11-29 19:51:59 +0300
committerVladislav Zarakovsky <vlad.zar@gmail.com>2015-11-29 19:51:59 +0300
commitf769e4a0fb933c17414859e9a4d9840b334435a9 (patch)
tree9afa0f463332488da924dcbe1fb05c73e5193f89
parentab969221780e375ba2d1dd57aebf8cfb4b09f645 (diff)
downloadawesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.zip
awesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.tar.gz
awesomplete-f769e4a0fb933c17414859e9a4d9840b334435a9.tar.bz2
Also exclude minified files from analysis
-rw-r--r--.codeclimate.yml1
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/**/*
- .*