Skip to content

Commit 2f16e25

Browse files
committed
chore: move to relaxed linting.
1 parent 5b3818d commit 2f16e25

File tree

2 files changed

+3
-46
lines changed

2 files changed

+3
-46
lines changed

.github/linters/.markdownlint.yml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,2 @@
11
---
2-
# Default state for all rules
3-
default: true
4-
# Path to configuration file to extend
5-
extends: null
6-
7-
# MD013/line-length
8-
# https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
9-
MD013:
10-
# Number of characters
11-
line_length: 150
12-
# Include code blocks
13-
code_blocks: true
14-
# Include tables
15-
tables: true
16-
# Include headings
17-
headings: true
18-
# Strict length checking
19-
strict: false
20-
# Stern length checking
21-
stern: false
22-
23-
# MD024/no-duplicate-heading
24-
# https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md024.md
25-
MD024:
26-
# Only check sibling headings
27-
siblings_only: true
28-
29-
# MD025/single-title/single-h1
30-
# https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md025.md
31-
MD025:
32-
# RegExp for matching title in front matter
33-
front_matter_title: ""
34-
35-
# MD041/first-line-heading/first-line-h1
36-
# https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md041.md
37-
MD041:
38-
# RegExp for matching title in front matter
39-
front_matter_title: ""
40-
41-
# MD033/no-inline-html
42-
MD033:
43-
allowed_elements: ['a', 'img', 'alt', 'p']
2+
extends: relaxed

.github/linters/.yamllint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
extends: default
2+
extends: relaxed
33

44
rules:
5-
line-length:
6-
max: 120
7-
level: warning
5+
line-length: disable
86
comments: disable
97
indentation: disable
108
truthy:

0 commit comments

Comments
 (0)