We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f65f1 commit 225cb14Copy full SHA for 225cb14
.codeclimate.yml
@@ -18,18 +18,18 @@ plugins:
18
duplication:
19
enabled: false
20
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"
+ - ".circleci/"
+ - ".github/"
+ - ".venv/"
+ - "docs/"
+ - "deprecated/"
+ - "img/"
+ - "**/node_modules/"
+ - "script/"
+ - "**/spec/"
+ - "**/vendor/"
+ - "**/*_test.go"
+ - "**/*.d.ts"
+ - "allure-report/"
+ - "allure-results/"
+ - "*.txt"
0 commit comments