Commit 8e149b0
authored
🪲 [Fix]: Fix linter settings and docs (#4)
This pull request introduces several configuration updates and a minor
documentation improvement. The main changes are focused on customizing
linting behavior and enhancing script documentation.
Configuration and Linting Updates:
* Disabled several linter validations in the `Linter` section of
`.github/PSModule.yml` by setting their environment variables to
`false`. This reduces the number of linting checks run during CI.
* Updated `.github/linters/.markdown-lint.yml` to disable the `MD024`
(no duplicate headings) rule and correct the punctuation list for
`MD026`. This allows for repeated headings like INPUTS and OUTPUTS, and
ensures proper punctuation handling.
Documentation Improvement:
* Added a `.DESCRIPTION` section to the `Get-PSModuleTest.ps1` script to
provide a clearer explanation of its purpose.1 parent 3e50466 commit 8e149b0
3 files changed
Lines changed: 22 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments