Skip to content

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Oct 6, 2025

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.

@MariusStorhaug MariusStorhaug self-assigned this Oct 6, 2025
@Copilot Copilot AI review requested due to automatic review settings October 6, 2025 22:58
Copy link

@Copilot 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 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.

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

@Copilot 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 MariusStorhaug merged commit 200d1bf into main Oct 10, 2025
38 checks passed
@MariusStorhaug MariusStorhaug deleted the fixDocs branch October 10, 2025 12:54
Copy link

Module Twitch - 0.0.5 published to the PowerShell Gallery.

Copy link

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.

1 participant