mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +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:
@@ -3,7 +3,7 @@ version: "2"
|
|||||||
plugins:
|
plugins:
|
||||||
csslint:
|
csslint:
|
||||||
enabled: false
|
enabled: false
|
||||||
duplication:
|
duplication:
|
||||||
enabled: true
|
enabled: true
|
||||||
checks:
|
checks:
|
||||||
Identical code:
|
Identical code:
|
||||||
@@ -51,6 +51,7 @@ exclude_patterns:
|
|||||||
- "**/*.d.ts"
|
- "**/*.d.ts"
|
||||||
- "e107_admin/core_image.php"
|
- "e107_admin/core_image.php"
|
||||||
- "e107_plugins/log/js/awesomechart.js"
|
- "e107_plugins/log/js/awesomechart.js"
|
||||||
|
- "e107_core/**/*.sc"
|
||||||
- "e107_docs/**/*"
|
- "e107_docs/**/*"
|
||||||
- "e107_images/**/*"
|
- "e107_images/**/*"
|
||||||
- "e107_handlers/hybridauth/**/*"
|
- "e107_handlers/hybridauth/**/*"
|
||||||
|
Reference in New Issue
Block a user