Merge pull request #5824 from sminnee/codeclimate-ignore-thirdparty

TESTS: code-climate should ignore admin/thirdparty
This commit is contained in:
Damian Mooyman 2016-07-19 16:07:04 +12:00 committed by GitHub
commit b8477ae238

View File

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