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/**
|
- 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/"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user