Skip to content

🪲 [Fix]: Fix linter settings and docs#5

Merged
Marius Storhaug (MariusStorhaug) merged 5 commits into
mainfrom
fixDocs
Oct 9, 2025
Merged

🪲 [Fix]: Fix linter settings and docs#5
Marius Storhaug (MariusStorhaug) merged 5 commits into
mainfrom
fixDocs

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Oct 6, 2025

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:

  • Disabled several linter validations (e.g., Biome, JSCPD, Prettier for JSON/Markdown/YAML, and GitHub Actions Zizmor) in the Linter section of .github/PSModule.yml to streamline CI checks.
  • Updated .github/linters/.markdown-lint.yml to:
    • Explicitly disable the MD024 rule (no-duplicate-heading) to allow repeated headings like INPUTS and OUTPUTS.
    • Fix punctuation formatting for MD026.

Documentation Improvements:

  • Added a .DESCRIPTION section to the Set-PSModuleTest.ps1 script to improve its inline documentation.

Copilot AI review requested due to automatic review settings October 6, 2025 22:57
Copy link
Copy Markdown

Copilot AI left a 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 configuration by disabling specific validation rules that were likely causing issues in the CI/CD pipeline.

  • Adds a new Linter section 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.

Copilot AI review requested due to automatic review settings October 8, 2025 09:46
Copy link
Copy Markdown

Copilot AI left a 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.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 3a41d5c into main Oct 9, 2025
38 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 9, 2025

Module PowerShellDataFile - 0.0.5 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 9, 2025

GitHub release for PowerShellDataFile v0.0.5 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants