Commit a9f4303
authored
🪲 [Fix]: Fix linter settings and docs (#51)
## Description
This pull request updates linter and formatting configurations to
improve the development workflow. The most significant changes involve
disabling certain validation steps in the linter environment and
adjusting Markdown linting rules.
**Linter configuration updates:**
* Disabled several validation steps in the linter environment by setting
environment variables such as `VALIDATE_BIOME_FORMAT`,
`VALIDATE_BIOME_LINT`, and others to `false` in the
`.github/PSModule.yml` file.
**Markdown linting rule adjustments:**
* Disabled the `MD024` rule (no duplicate headings) and made minor
formatting changes to the `MD026` rule in
`.github/linters/.markdown-lint.yml`.1 parent 490e2a7 commit a9f4303
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