TESTS: code-climate ignore admin/thirdparty

admin/thirdparty shouldn’t be checked by code climate as it isn’t code
that we maintain.
This commit is contained in:
Sam Minnee 2016-07-19 13:12:51 +12:00
parent 2bbddab210
commit 0685a6779a

View File

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