Skip to content

Commit 225cb14

Browse files
committed
Update .codeclimate.yml
1 parent 07f65f1 commit 225cb14

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.codeclimate.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ plugins:
1818
duplication:
1919
enabled: false
2020
exclude_patterns:
21-
- ".circleci/"
22-
- ".github/"
23-
- ".venv/"
24-
- "docs/"
25-
- "deprecated/"
26-
- "img/"
27-
- "**/node_modules/"
28-
- "script/"
29-
- "**/spec/"
30-
- "**/vendor/"
31-
- "**/*_test.go"
32-
- "**/*.d.ts"
33-
- "allure-report/"
34-
- "allure-results/"
35-
- "*.txt"
21+
- ".circleci/"
22+
- ".github/"
23+
- ".venv/"
24+
- "docs/"
25+
- "deprecated/"
26+
- "img/"
27+
- "**/node_modules/"
28+
- "script/"
29+
- "**/spec/"
30+
- "**/vendor/"
31+
- "**/*_test.go"
32+
- "**/*.d.ts"
33+
- "allure-report/"
34+
- "allure-results/"
35+
- "*.txt"

0 commit comments

Comments
 (0)