Skip to content

Commit 99581ae

Browse files
committed
Update linting configurations
1 parent 24cf8e8 commit 99581ae

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ default: true
44
MD013: false # MD013/line-length Line length
55
MD024: false # MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content
66
MD026: false # MD026/no-trailing-punctuation Trailing punctuation in heading
7+
MD053: false # MD053/link-image-reference-definitions Link and image reference definitions should be needed

.github/linters/.yaml-lint.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
# SPDX-License-Identifier: MIT
22
---
3+
ignore: |
4+
.git/
5+
.licenses/
6+
node_modules/
7+
38
extends: default
49

510
rules:
6-
empty-values: enable
11+
braces:
12+
min-spaces-inside: 0
13+
max-spaces-inside: 0
14+
brackets:
15+
min-spaces-inside: 0
16+
max-spaces-inside: 0
17+
comments:
18+
min-spaces-from-content: 1
719
document-start: disable
8-
line-length: disable
20+
empty-values: enable
921
indentation:
1022
spaces: 2
1123
indent-sequences: false
24+
line-length: disable
25+
quoted-strings:
26+
quote-type: single
27+
required: false
1228
truthy:
1329
allowed-values:
1430
- 'true'
1531
- 'false'
1632
- 'on'
17-
quoted-strings:
18-
quote-type: single
19-
required: false
20-
braces:
21-
min-spaces-inside: 1
22-
max-spaces-inside: 1
23-
brackets:
24-
min-spaces-inside: 1
25-
max-spaces-inside: 1
26-
27-
ignore: |
28-
.licenses
29-
node_modules/

0 commit comments

Comments
 (0)