Skip to content

Conversation

MariusStorhaug
Copy link
Member

Fix linter settings and docs

@MariusStorhaug MariusStorhaug self-assigned this Oct 6, 2025
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner October 6, 2025 22:58
@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 various linting and formatting validations in the PSModule configuration file.

  • Adds a new Linter section to disable multiple validation tools including Biome, Zizmor, JSCPD, and Prettier formatters

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 1 comment.


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

MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD036: false # Emphasis used instead of a heading
punctuation: '.,;:!。,;:' # List of not allowed
Copy link
Preview

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The punctuation string contains a duplicate colon character. The string has both ASCII colon ':' and what appears to be a duplicate or different colon character at the end, which could cause unexpected linting behavior.

Suggested change
punctuation: '.,;:!。,;:' # List of not allowed
punctuation: '.,;:!。,;' # List of not allowed

Copilot uses AI. Check for mistakes.

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