Skip to content

Commit ef2b8ab

Browse files
committed
more exclusion for codeclimate
1 parent fcc56bb commit ef2b8ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.codeclimate.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ engines:
1111
ratings:
1212
paths:
1313
- "src/**/*"
14-
## exclude external library builds
1514
exclude_paths:
16-
- "lib/*"
15+
- "data/**/*"
1716
- "dist/*"
18-
- "test/**/*"
17+
- "doc/**/*"
1918
- "examples/**/*"
20-
- "scripts/**/*"
19+
- "lib/*"
20+
- "scripts/**/*"
21+
- "test/**/*"

0 commit comments

Comments
 (0)