Skip to content

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

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

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

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

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

This pull request makes several documentation improvements across multiple PowerShell module scripts and updates linter configuration files to adjust validation and markdown linting behaviors. The main focus is on enhancing the clarity of function documentation and refining linting settings for the repository.

Documentation improvements:

  • Added a .DESCRIPTION section to the comment-based help in the following PowerShell scripts to provide clearer documentation for each function: Get-InternalPSModule.ps1, Set-InternalPSModule.ps1, Get-PSModuleTest.ps1, New-PSModuleTest.ps1, Set-PSModuleTest.ps1, and Test-PSModuleTest.ps1. [1] [2] [3] [4] [5] [6]

Linter configuration updates:

  • Updated .github/PSModule.yml to disable several linter validations in the Linter section, including Biome format/lint, GitHub Actions Zizmor, JSCPD, and Prettier checks for JSON, Markdown, and YAML.
  • Modified .github/linters/.markdown-lint.yml to disable the MD024 rule (no duplicate headings), set a custom punctuation list for MD026, and made minor formatting adjustments.

Copilot AI review requested due to automatic review settings October 6, 2025 22:56
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 multiple validation checks that were likely causing issues in the build pipeline.

  • Adds a new Linter section to disable 7 specific validation checks
  • Disables Biome formatting and linting validation
  • Disables GitHub Actions Zizmor, JSCPD, and Prettier validations for JSON, Markdown, and YAML

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:45
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 609a4d0 into main Oct 9, 2025
36 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 9, 2025

Module Jwt - 1.9.4 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 9, 2025

GitHub release for Jwt v1.9.4 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