Commit 72fa20a
authored
🪲 [Fix]: Fix linter settings and docs (#50)
## Description
This pull request makes minor adjustments to the Markdown linter
configuration. The main change is the disabling of the duplicate heading
check to allow repeated headings like "INPUTS" and "OUTPUTS", and a
small formatting update to the punctuation rule.
- Markdown linting configuration updates:
* Disabled the `MD024` rule to permit duplicate headings, such as
"INPUTS" and "OUTPUTS" (`.github/linters/.markdown-lint.yml`).
* Changed the punctuation list for `MD026` to use single quotes for
consistency (`.github/linters/.markdown-lint.yml`).1 parent 27ce734 commit 72fa20a
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
0 commit comments