Add some excludes to codeclimate.yml

This commit is contained in:
mrb 2016-05-17 17:46:02 -04:00
parent b68f5acd46
commit 3a93172c53

View File

@ -15,3 +15,6 @@ ratings:
exclude_paths:
- "client/dist/**"
- "admin/client/dist/**"
- "templates/"
- "tests/"
- "thirdparty/"