Skip to content

Make pre-commit less hostile to existing style#476

Merged
brianhelba merged 1 commit intomainfrom
pre-commit-style
Apr 9, 2026
Merged

Make pre-commit less hostile to existing style#476
brianhelba merged 1 commit intomainfrom
pre-commit-style

Conversation

@brianhelba
Copy link
Copy Markdown
Member

No description provided.

- id: markdownlint-fix-docker
name: MarkdownLint for Markdown files
args: ["--fix"]
args: ["--fix", "--disable", "MD022", "MD031", "MD032", "MD058"]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These just disable rules that add extra newlines between content.

Copy link
Copy Markdown
Collaborator

@BryonLewis BryonLewis left a comment

Choose a reason for hiding this comment

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

Yeah, the markdown linting is a bit overly prescriptive

@brianhelba brianhelba merged commit c984b8b into main Apr 9, 2026
4 checks passed
@brianhelba brianhelba deleted the pre-commit-style branch April 9, 2026 15:39
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