-
Notifications
You must be signed in to change notification settings - Fork 0
🪲 [Fix]: Fix linter settings and docs #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes linter settings by disabling specific validation rules in the PSModule configuration. The changes address linting issues by turning off problematic validators that were likely causing build failures or unnecessary noise.
- Disables multiple linter validation rules including Biome, GitHub Actions Zizmor, JSCPD, and Prettier validations
- Adds a new Linter section to the PSModule configuration
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 Twitch - 0.0.5 published to the PowerShell Gallery. |
GitHub release for Twitch v0.0.5 has been created. |
This pull request introduces several improvements to project configuration and documentation. The most notable changes are the addition of linter environment variable settings in the GitHub Actions workflow, updates to markdown linting rules, and enhanced documentation for the
Get-PSModuleTest
function.GitHub Actions and Linting Configuration:
Linter
section to.github/PSModule.yml
with environment variables to disable specific validation checks, such as Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations.Markdown Linting Rules:
.github/linters/.markdown-lint.yml
:MD024
rule (no-duplicate-heading) to allow repeated headings like INPUTS and OUTPUTS.MD026
rule.Documentation Improvements:
.DESCRIPTION
section to theGet-PSModuleTest
function insrc/functions/public/Get-PSModuleTest.ps1
for clearer documentation.