Commit 8fb552a
authored
🪲 [Fix]: Fix linter settings and docs (#20)
This pull request introduces updates to the repository's linting
configuration. It disables several linter validations in the workflow
and adjusts Markdown linting rules to better accommodate the project's
documentation needs.
**Linter configuration updates:**
* Disabled multiple linter validations (e.g., Biome format/lint, GitHub
Actions Zizmor, JSCPD, Prettier for JSON/Markdown/YAML) in the `Linter`
section of `.github/PSModule.yml` by setting their corresponding
environment variables to `false`.
**Markdown linting rule adjustments:**
* Disabled the `MD024` rule (no duplicate headings) and updated the
punctuation list for the `MD026` rule in
`.github/linters/.markdown-lint.yml` to allow duplicate headings and
ensure correct punctuation handling.1 parent 3dce3ce commit 8fb552a
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