🪲 [Fix]: Fix linter settings and docs#12
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes linter settings by disabling various validation checks in the PowerShell module configuration file. The change addresses linter-related issues by explicitly turning off several validation tools including Biome, Zizmor, JSCPD, and Prettier validators for different file types.
- Adds a new Linter configuration section to PSModule.yml
- Disables 7 different validation checks to resolve linting conflicts
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module GraphQL - 0.0.10 published to the PowerShell Gallery. |
|
GitHub release for GraphQL v0.0.10 has been created. |
This pull request introduces minor configuration and documentation updates to the repository. The changes mainly involve adjustments to linter settings, the addition of environment variables to control linter validation, and a documentation improvement for a PowerShell script.
Linter configuration and validation changes:
.github/PSModule.yml: Added aLintersection with environment variables to disable several linter validations, providing more granular control over which validations are run..github/linters/.markdown-lint.yml: Disabled theMD024rule (no duplicate headings) and made a minor formatting update to theMD026punctuation list.Documentation improvements:
src/functions/public/Get-PSModule.ps1: Added a.DESCRIPTIONsection to improve the script's documentation.