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

Commit a170728

Browse files
committed
Bugfixed exclude patterns for generated code and test files
1 parent 86336ed commit a170728

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.codeclimate.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +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/"
19-
- "**/__testFiles__/"
20-
- "**/__snapshots__/
21-
- "Tests/"
22-
- "**/vendor/"
23-
- "**/*_test.go"
24-
- "**/*.deepcopy.go"
25-
- "**/*.test.js"
26-
- "**/*.d.ts"
10+
- "config/"
11+
- "db/"
12+
- "dist/"
13+
- "features/"
14+
- "**/node_modules/"
15+
- "script/"
16+
- "**/spec/"
17+
- "**/test/"
18+
- "**/tests/"
19+
- "**/__testFiles__/"
20+
- "**/__snapshots__/"
21+
- "Tests/"
22+
- "**/vendor/"
23+
- "**/*_test.go"
24+
- "**/*.deepcopy.go"
25+
- "**/*.test.js"
26+
- "**/*.d.ts"

0 commit comments

Comments
 (0)