Skip to content

Commit d522c64

Browse files
author
Michael Seemann
committed
fix codeclimate folders
1 parent c86eeb5 commit d522c64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.codeclimate.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
engines:
2+
version: "2"
3+
plugins:
34
csslint:
45
enabled: true
56
duplication:
@@ -11,11 +12,10 @@ engines:
1112
enabled: true
1213
fixme:
1314
enabled: true
14-
ratings:
15-
paths:
16-
- "**.scss"
17-
- "**.module"
18-
- "**.ts"
19-
exclude_paths:
20-
- scripts
21-
- projects/demo
15+
exclude_patterns:
16+
- ".circleci/"
17+
- "scripts/"
18+
- "projects/demo/"
19+
- "**/karma.conf.js"
20+
- "*.json"
21+
- "*.js"

0 commit comments

Comments
 (0)