Commit bc0ee23
authored
🪲 [Fix]: Fix linter settings and docs (#13)
This pull request introduces minor improvements to configuration and
documentation files related to linting and testing. The changes focus on
refining linter settings, updating documentation, and configuring the
test environment.
Linter configuration updates:
* Disabled several validation checks for the linter environment by
setting related environment variables to `false` in
`.github/PSModule.yml`.
* Updated `.github/linters/.markdown-lint.yml` to disable the `MD024`
rule (no duplicate headings allowed), which is useful when `INPUTS` and
`OUTPUTS` sections may have the same item, and made a minor punctuation
formatting change for `MD026`.
Documentation improvements:
* Added a `.DESCRIPTION` section to the `Get-PSModuleTest` function in
`src/functions/public/Get-PSModuleTest.ps1` to clarify its purpose.1 parent ea7e1ec commit bc0ee23
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 | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments