Commit 11870b2
authored
🪲 [Fix]: Fix linter settings and docs (#38)
This pull request introduces updates to the project's linting
configuration, primarily disabling several linting checks and adjusting
markdown linting rules. These changes are intended to customize and
streamline the linting process for the repository.
Linting configuration changes:
* Disabled several validation checks in the `Linter` environment within
`.github/PSModule.yml`, including Biome format/lint, GitHub Actions
Zizmor, JSCPD, and various Prettier validations.
Markdown linting rule adjustments:
* Disabled the `MD024` rule (no duplicate headings) and made a minor
formatting change to the `MD026` rule's punctuation list in
`.github/linters/.markdown-lint.yml`.1 parent 8970afb commit 11870b2
2 files changed
Lines changed: 19 additions & 8 deletions
| 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