-
-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy path.codeclimate.yml
More file actions
38 lines (38 loc) · 648 Bytes
/
.codeclimate.yml
File metadata and controls
38 lines (38 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
version: "2"
plugins:
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- "python"
fixme:
enabled: true
exclude_patterns:
- config/engines.yml
markdownlint:
enabled: true
checks:
MD004:
enabled: false
MD013:
enabled: false
MD026:
enabled: false
MD029:
enabled: false
MD033:
enabled: false
shellcheck:
enabled: true
exclude_patterns:
- .bundle/
- benchmarks/**/*
- node_modules/**/*
- bin/**/*
- include/**/*
- lib/**/*
- License.md
- spec/**/*