Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 86336ed

Browse files
committed
Added exclude pattern for generated code and test files
1 parent 3b01e96 commit 86336ed

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.codeclimate.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ checks:
77
config:
88
threshold: 50
99
exclude_patterns:
10+
- "config/"
11+
- "db/"
12+
- "dist/"
13+
- "features/"
14+
- "**/node_modules/"
15+
- "script/"
16+
- "**/spec/"
17+
- "**/test/"
18+
- "**/tests/"
1019
- "**/__testFiles__/"
11-
- "**/__snapshots__/"
20+
- "**/__snapshots__/
21+
- "Tests/"
22+
- "**/vendor/"
23+
- "**/*_test.go"
24+
- "**/*.deepcopy.go"
1225
- "**/*.test.js"
13-
26+
- "**/*.d.ts"

0 commit comments

Comments
 (0)