🪲 [Fix]: Fix linter settings and docs#5
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR disables multiple linter validations in the PowerShell module configuration to fix linter settings issues.
- Adds a new
Lintersection with environment variables to disable various validation tools - Disables 7 different linter validations including Biome, GitHub Actions 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 no new comments.
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 5 out of 5 changed files in this pull request and generated 2 comments.
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 5 out of 5 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 MemoryMappedFile - 0.0.3 published to the PowerShell Gallery. |
|
GitHub release for MemoryMappedFile v0.0.3 has been created. |
This pull request includes updates to configuration files and PowerShell scripts to improve linting controls and documentation. The main changes are grouped into configuration improvements and documentation enhancements.
Configuration improvements:
Lintersection to.github/PSModule.ymlto explicitly disable several validation checks in the CI environment, such as Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations..github/linters/.markdown-lint.ymlto disable theMD024rule (no duplicate headings allowed) and clarified the punctuation list forMD026, allowing for more flexibility in markdown documentation.Documentation enhancements:
.DESCRIPTIONsection to the comment-based help insrc/functions/private/Get-InternalPSModule.ps1to provide more detailed documentation for the function..DESCRIPTIONsection to the comment-based help insrc/functions/private/Set-InternalPSModule.ps1for improved clarity and completeness of the function's documentation.