🩹 [Patch]: Add linter environment variables for validation checks#96
Merged
MariusStorhaug merged 1 commit intomainfrom Oct 6, 2025
Merged
🩹 [Patch]: Add linter environment variables for validation checks#96MariusStorhaug merged 1 commit intomainfrom
MariusStorhaug merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request adds linter environment configuration to disable specific validation checks in the GitHub workflow. The changes modify the PSModule configuration to explicitly turn off seven different linter validations including Biome formatting/linting, GitHub Actions security scanning, code duplication detection, and Prettier formatting for various file types.
- Added a
Lintersection with environment variables to the PSModule configuration - Disabled seven specific linter validations by setting their environment variables to
false
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Contributor
|
Module GoogleFonts - 1.0.68 published to the PowerShell Gallery. |
Contributor
|
GitHub release for GoogleFonts v1.0.68 has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds configuration to the
.github/PSModule.ymlfile to adjust the linter environment settings. The main change is the explicit disabling of several linter validations by setting their environment variables tofalse.Linter configuration updates:
false:VALIDATE_BIOME_FORMAT,VALIDATE_BIOME_LINT,VALIDATE_GITHUB_ACTIONS_ZIZMOR,VALIDATE_JSCPD,VALIDATE_JSON_PRETTIER,VALIDATE_MARKDOWN_PRETTIER, andVALIDATE_YAML_PRETTIERin.github/PSModule.yml