Improved CodeClimate excludes

Exclude lang folders, make other includes less verbose
by using globs, see https://docs.codeclimate.com/docs/excluding-files-and-folders
This commit is contained in:
Ingo Schommer 2016-09-12 16:48:56 +12:00
parent 3f92767512
commit 778b821797

View File

@ -14,9 +14,6 @@ ratings:
- client/src/**
- admin/client/src/**
exclude_paths:
- "client/dist/**"
- "admin/client/dist/**"
- "admin/thirdparty/**"
- "templates/"
- "tests/"
- "thirdparty/"
- "**/*"
- "!client/src/**"
- "!admin/client/src/**"