1
0
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:
Nick Liu 2018-07-20 05:35:48 -05:00
parent 3407b717c6
commit e17b894dff
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -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/**/*"