mirror of
https://github.com/e107inc/e107.git
synced 2025-06-01 00:14:58 +02:00
Excluded ".sc" files for Code Climate
./e107_core/shortcodes/single/search.sc seems to be breaking Code Climate builds Also corrected an indentation problem in .codeclimate.yml
This commit is contained in:
parent
3407b717c6
commit
e17b894dff
@ -3,7 +3,7 @@ version: "2"
|
||||
plugins:
|
||||
csslint:
|
||||
enabled: false
|
||||
duplication:
|
||||
duplication:
|
||||
enabled: true
|
||||
checks:
|
||||
Identical code:
|
||||
@ -51,6 +51,7 @@ exclude_patterns:
|
||||
- "**/*.d.ts"
|
||||
- "e107_admin/core_image.php"
|
||||
- "e107_plugins/log/js/awesomechart.js"
|
||||
- "e107_core/**/*.sc"
|
||||
- "e107_docs/**/*"
|
||||
- "e107_images/**/*"
|
||||
- "e107_handlers/hybridauth/**/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user