Skip to content

fix(lidarr): label two fenced blocks so markdownlint passes - #464

Open
DerKezorm wants to merge 2 commits into
Servarr:masterfrom
DerKezorm:fix-md040-lidarr
Open

fix(lidarr): label two fenced blocks so markdownlint passes#464
DerKezorm wants to merge 2 commits into
Servarr:masterfrom
DerKezorm:fix-md040-lidarr

Conversation

@DerKezorm

Copy link
Copy Markdown

markdownlint (MD040) flags the two directory trees in lidarr/tips-and-tricks.md because the opening fences carry no language. The hook runs over all files rather than only changed ones, so this currently makes pre-commit.ci red on every open pull request — #457, #462 and #463 all fail on it without touching that page.

Labels both fences none, which is what the wiki already uses for non-code blocks (101 occurrences, against 15 for text).

Noticed while opening #463; kept separate so that change stays about one thing.

DerKezorm and others added 2 commits August 25, 2026 18:43
MD040 flags the two directory trees in tips-and-tricks.md for having no
language on the opening fence. Since the hook runs over all files, this makes
pre-commit.ci red on every open pull request, not just ones touching this page.

Uses none, which is what the wiki already uses for non-code blocks.
@bakerboy448

Copy link
Copy Markdown
Contributor

For reference: these two fenced blocks are already labeled on current master via #455 (as text), so MD040 passes there now. The lidarr/concepts.md and lidarr/settings.md hunks in this diff look like they predate the #455 rewrite of those files.

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