Skip to content

Commit f0b8571

Browse files
committed
Update codeclimate.yml
- Update deprecated key names and structure in `codeclimate.yml` based on @ss-o's unixorn/awesome-zsh-plugins#1441 Signed-off-by: Joe Block <[email protected]>
1 parent 21b96bf commit f0b8571

File tree

1 file changed

+19
-25
lines changed

1 file changed

+19
-25
lines changed

.codeclimate.yml

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,38 @@
11
---
2-
engines:
2+
version: "2"
3+
plugins:
34
pep8:
45
enabled: true
56
duplication:
67
enabled: true
78
config:
89
languages:
9-
- "python"
10+
- "python"
1011
fixme:
1112
enabled: true
12-
exclude_paths:
13+
exclude_patterns:
1314
- config/engines.yml
14-
pep8:
15-
enabled: true
16-
checks:
17-
E111:
18-
enabled: false
19-
E501:
20-
enabled: false
2115
markdownlint:
2216
enabled: true
2317
checks:
18+
MD004:
19+
enabled: false
2420
MD013:
2521
enabled: false
2622
MD026:
2723
enabled: false
24+
MD029:
25+
enabled: false
26+
MD033:
27+
enabled: false
2828
shellcheck:
2929
enabled: true
30-
ratings:
31-
paths:
32-
- "bin/**/*"
33-
- "**.py"
34-
- "**.md"
35-
exclude_paths:
36-
- .bundle/
37-
- benchmarks/**/*
38-
- bin/imgcat
39-
- build/
40-
- dist/
41-
- include/**/*
42-
- lib/**/*
43-
- License.md
44-
- spec/**/*
30+
exclude_patterns:
31+
- .bundle/
32+
- benchmarks/**/*
33+
- node_modules/**/*
34+
- bin/**/*
35+
- include/**/*
36+
- lib/**/*
37+
- License.md
38+
- spec/**/*

0 commit comments

Comments
 (0)