diff options
author | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-01-02 17:08:20 +0300 |
---|---|---|
committer | Vladislav Zarakovsky <vlad.zar@gmail.com> | 2016-01-02 17:08:20 +0300 |
commit | 4cbe32142a6b5170fe97bba4ecc13cf959813f76 (patch) | |
tree | 5aa390e80668198e65ead45e78241465cc8cc88f | |
parent | 73f1d302154b7b7218340abde3abbfa2d3ce828b (diff) | |
download | awesomplete-4cbe32142a6b5170fe97bba4ecc13cf959813f76.zip awesomplete-4cbe32142a6b5170fe97bba4ecc13cf959813f76.tar.gz awesomplete-4cbe32142a6b5170fe97bba4ecc13cf959813f76.tar.bz2 |
Remove prism.js files from Code Climate checks
-rw-r--r-- | .codeclimate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 4762df4..5f9c00e 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,5 +9,6 @@ ratings: exclude_paths: - "**.min.js" - karma*.conf.js +- prism/**/* - test/**/* - .* |