Commit 051523b
authored
🩹 [Patch]: Add linter environment variables to PSModule.yml (#49)
## Description
This pull request adds configuration to the `.github/PSModule.yml` file
to disable several linter validations in the testing workflow. This
helps control which linting checks are run during automated tests.
Testing configuration updates:
* Disabled various linter validations (`VALIDATE_BIOME_FORMAT`,
`VALIDATE_BIOME_LINT`, `VALIDATE_GITHUB_ACTIONS_ZIZMOR`,
`VALIDATE_JSCPD`, `VALIDATE_JSON_PRETTIER`,
`VALIDATE_MARKDOWN_PRETTIER`, `VALIDATE_YAML_PRETTIER`) by setting their
environment variables to `false` under the `Linter` section in
`.github/PSModule.yml`.1 parent b69da71 commit 051523b
1 file changed
Lines changed: 9 additions & 0 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 | + | |
0 commit comments