mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
3f92767512
commit
778b821797
@ -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/**"
|
||||
|
Loading…
Reference in New Issue
Block a user