Skip to content

Commit

Permalink
Excluded ".sc" files for Code Climate
Browse files Browse the repository at this point in the history
./e107_core/shortcodes/single/search.sc seems to be breaking Code
Climate builds

Also corrected an indentation problem in .codeclimate.yml
  • Loading branch information
Deltik committed Jul 20, 2018
1 parent 3407b71 commit e17b894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Expand Up @@ -3,7 +3,7 @@ version: "2"
plugins:
csslint:
enabled: false
duplication:
duplication:
enabled: true
checks:
Identical code:
Expand Down Expand Up @@ -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/**/*"
Expand Down

0 comments on commit e17b894

Please sign in to comment.