Uh oh!
There was an error while loading. Please reload this page.
🪲 [Fix]: Fix linter settings and docs - #5
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes linter configuration by disabling specific validation rules that were likely causing issues in the CI/CD pipeline.
- Adds a new
Lintersection to the PSModule configuration - Disables 7 specific validation rules including Biome formatting/linting, GitHub Actions security scanning, duplicate code detection, and Prettier formatting for various file types
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.
Uh oh!
There was an error while loading. Please reload this page.
Module PowerShellDataFile - 0.0.5 published to the PowerShell Gallery. |
GitHub release for PowerShellDataFile v0.0.5 has been created. |
This pull request introduces several configuration and documentation updates aimed at improving linting behavior and documentation clarity. The most notable changes include adjustments to markdown linting rules, disabling specific linter validations in the GitHub workflow, and enhancing the inline documentation for a PowerShell script.
Linting and Workflow Configuration:
Lintersection of.github/PSModule.ymlto streamline CI checks..github/linters/.markdown-lint.ymlto:MD024rule (no-duplicate-heading) to allow repeated headings like INPUTS and OUTPUTS.MD026.Documentation Improvements:
.DESCRIPTIONsection to theSet-PSModuleTest.ps1script to improve its inline documentation.