🪲 [Fix]: Fix linter settings and docs#8
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes linter settings by disabling specific validation rules in the GitHub Actions configuration. The changes address linter issues by turning off various code formatting and validation checks.
- Disables multiple linter validation rules including Biome, GitHub Actions Zizmor, JSCPD, and Prettier formatters
- Adds a new
Lintersection 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.
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.
…ation to use code blocks
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 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 6 out of 6 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Uri - 1.1.4 published to the PowerShell Gallery. |
|
GitHub release for Uri v1.1.4 has been created. |
This pull request introduces configuration updates to our linting setup, primarily focusing on disabling certain validations and adjusting markdown linting rules to better fit our documentation conventions.
Linter configuration updates:
Lintersection to.github/PSModule.ymlto explicitly disable several validation checks, including Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations for JSON, Markdown, and YAML.Markdown linting rule adjustments:
.github/linters/.markdown-lint.ymlto disable theMD024rule (no duplicate headings), allowing INPUTS and OUTPUTS to be repeated, and made a minor formatting change to theMD026punctuation list.