Commit 51fe2be
authored
🩹 [Patch]: Add linter environment variables to PSModule.yml (#48)
## Description
This pull request updates the linter configuration in the
`.github/PSModule.yml` file to disable several validation checks during
the linting process. This change is intended to streamline or customize
the linting workflow.
Linter configuration updates:
* Disabled the following validation checks in the `Linter` environment:
`VALIDATE_BIOME_FORMAT`, `VALIDATE_BIOME_LINT`,
`VALIDATE_GITHUB_ACTIONS_ZIZMOR`, `VALIDATE_JSCPD`,
`VALIDATE_JSON_PRETTIER`, `VALIDATE_MARKDOWN_PRETTIER`, and
`VALIDATE_YAML_PRETTIER`. (.github/PSModule.yml)1 parent ee673e6 commit 51fe2be
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