-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.codeclimate.yml
More file actions
24 lines (24 loc) · 674 Bytes
/
.codeclimate.yml
File metadata and controls
24 lines (24 loc) · 674 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
version: "2"
plugins:
bundler-audit:
enabled: true
markdownlint:
enabled: true
checks:
MD013: # MD013/Line length
enabled: false
MD033: # MD033/no-inline-html
enabled: false
MD024: # Multiple headers with the same content, it is okay for CHANGELOG,md
enabled: false
MD046: # Code block style, not possible to work with number list
enabled: false
# below 3 checks are disabled because Codeclimate's Markdownlint is not latest version (0.5.0)
MD023:
enabled: false
MD034:
enabled: false
MD036:
enabled: false
exclude_patterns:
- ".chglog/*.tpl.md"