Merge pull request #5552 from mrb/update_codeclimate_yml

Add some excludes to codeclimate.yml
This commit is contained in:
Ingo Schommer 2016-05-24 09:48:09 +12:00
commit ac101790d7

View File

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