Skip to content

Commit

Permalink
fix codeclimate folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Seemann committed Jun 16, 2019
1 parent c86eeb5 commit d522c64
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
engines:
version: "2"
plugins:
csslint:
enabled: true
duplication:
Expand All @@ -11,11 +12,10 @@ engines:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.scss"
- "**.module"
- "**.ts"
exclude_paths:
- scripts
- projects/demo
exclude_patterns:
- ".circleci/"
- "scripts/"
- "projects/demo/"
- "**/karma.conf.js"
- "*.json"
- "*.js"

0 comments on commit d522c64

Please sign in to comment.