🪲 [Fix]: Fix linter settings and docs#25
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes linter settings by disabling various linting and formatting validations in the PSModule configuration file.
- Adds a new
Lintersection to disable multiple validation tools including Biome, Zizmor, JSCPD, and Prettier formatters
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 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…nd add a test for module loading
…ting difficulties
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module WoW - 0.0.26 published to the PowerShell Gallery. |
|
GitHub release for WoW v0.0.26 has been created. |
This pull request makes minor updates to the repository's configuration files, focusing on linting and markdown linting behavior.
Linting configuration updates:
Lintersection to the.github/PSModule.ymlfile, explicitly disabling several validation checks such as Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations.Markdown linting rule adjustments:
.github/linters/.markdown-lint.ymlto:MD024rule (no duplicate headings), allowing INPUTS and OUTPUTS to be repeated.MD026rule's punctuation list.