Commit c91d25c
authored
🪲 [Fix]: Fix linter settings and docs (#24)
This pull request introduces updates to the repository's linting
configuration, primarily disabling several linter validations and
adjusting markdown lint rules to better accommodate the project's needs.
**Linting configuration updates:**
* Disabled multiple linter validations by setting related environment
variables to `false` under the `Linter` section in
`.github/PSModule.yml`. This prevents certain automated checks from
running during the linting process.
**Markdown lint rule adjustments:**
* Disabled the `MD024` rule (no-duplicate-heading) to allow headings
like INPUTS and OUTPUTS to be repeated, and made a minor formatting
change to the `MD026` punctuation setting in
`.github/linters/.markdown-lint.yml`.1 parent b783bc4 commit c91d25c
2 files changed
+19
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 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