Skip to content

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

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

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

Conversation

@MariusStorhaug

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

Copy link
Copy Markdown
Member

This pull request introduces several improvements to project configuration and documentation. The most notable changes are the addition of linter environment variable settings in the GitHub Actions workflow, updates to markdown linting rules, and enhanced documentation for the Get-PSModuleTest function.

GitHub Actions and Linting Configuration:

  • Added a Linter section to .github/PSModule.yml with environment variables to disable specific validation checks, such as Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier validations.

Markdown Linting Rules:

  • Updated .github/linters/.markdown-lint.yml:
    • Disabled the MD024 rule (no-duplicate-heading) to allow repeated headings like INPUTS and OUTPUTS.
    • Fixed punctuation formatting in the MD026 rule.

Documentation Improvements:

  • Added a .DESCRIPTION section to the Get-PSModuleTest function in src/functions/public/Get-PSModuleTest.ps1 for clearer documentation.

Copilot AI review requested due to automatic review settings October 6, 2025 22:58

Copilot AI left a comment

Copy link
Copy Markdown

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 settings by disabling specific validation rules in the PSModule configuration. The changes address linting issues by turning off problematic validators that were likely causing build failures or unnecessary noise.

  • Disables multiple linter validation rules including Biome, GitHub Actions Zizmor, JSCPD, and Prettier validations
  • Adds a new Linter section to the PSModule configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/PSModule.yml
Copilot AI review requested due to automatic review settings October 8, 2025 09:47

Copilot AI left a comment

Copy link
Copy Markdown

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 200d1bf into main Oct 10, 2025
38 checks passed
@github-actions

Copy link
Copy Markdown

Module Twitch - 0.0.5 published to the PowerShell Gallery.

@github-actions

Copy link
Copy Markdown

GitHub release for Twitch 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