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/** - client/src/**
- admin/client/src/** - admin/client/src/**
exclude_paths: exclude_paths:
- "client/dist/**" - "**/*"
- "admin/client/dist/**" - "!client/src/**"
- "admin/thirdparty/**" - "!admin/client/src/**"
- "templates/"
- "tests/"
- "thirdparty/"