Skip to content

test: add rumdl violations fixture to probe CI annotations#106

Closed
benner wants to merge 1 commit into
ci/add-rumdl-to-lint-mdfrom
test/rumdl-md-violations
Closed

test: add rumdl violations fixture to probe CI annotations#106
benner wants to merge 1 commit into
ci/add-rumdl-to-lint-mdfrom
test/rumdl-md-violations

Conversation

@benner
Copy link
Copy Markdown
Owner

@benner benner commented May 7, 2026

Triggers MD013, MD040, MD012 to confirm the rumdl job surfaces them as inline PR annotations.

Comment thread test-rumdl-violations.md
@@ -0,0 +1,18 @@
# Test rumdl

This file intentionally violates rumdl rules to verify the CI job reports them as inline GitHub annotations on this PR.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 119]

Comment thread test-rumdl-violations.md

## Long line below

This line is deliberately way way way way way way way way way way way way way way way longer than the default 80-character line-length limit so MD013 fires.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 156]

Comment thread test-rumdl-violations.md

## Code block without language

```
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[markdownlint] reported by reviewdog 🐶
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]

Comment thread test-rumdl-violations.md

## Multiple blanks below


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[markdownlint] reported by reviewdog 🐶
MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]

Comment thread test-rumdl-violations.md

## Multiple blanks below


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[markdownlint-fix] reported by reviewdog 🐶

Suggested change

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Coverage

Coverage Report (Δ +0.0%)
FileStmtsMissCoverMissing
src/git_commit_guard
   __init__.py5010100% 
TOTAL5010100% 

@benner benner force-pushed the ci/add-rumdl-to-lint-md branch from b0f0982 to a006368 Compare May 7, 2026 02:59
Triggers MD013, MD040, MD012 to confirm the rumdl job surfaces them as inline PR annotations.

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
@benner benner force-pushed the test/rumdl-md-violations branch from dd49191 to fb07ecb Compare May 7, 2026 03:00
Comment thread test-rumdl-violations.md
@@ -0,0 +1,18 @@
# Test rumdl

This file intentionally violates rumdl rules to verify the CI job reports them as inline GitHub annotations on this PR.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ [rumdl] reported by reviewdog 🐶
Line length 119 exceeds 80 characters

Comment thread test-rumdl-violations.md

## Long line below

This line is deliberately way way way way way way way way way way way way way way way longer than the default 80-character line-length limit so MD013 fires.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ [rumdl] reported by reviewdog 🐶
Line length 156 exceeds 80 characters

Comment thread test-rumdl-violations.md

## Code block without language

```
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ [rumdl] reported by reviewdog 🐶
Code block (```) missing language

Comment thread test-rumdl-violations.md

## Multiple blanks below


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ [rumdl] reported by reviewdog 🐶
Multiple consecutive blank lines between content

@benner
Copy link
Copy Markdown
Owner Author

benner commented May 7, 2026

tested. it works

@benner benner closed this May 7, 2026
@benner benner deleted the test/rumdl-md-violations branch May 7, 2026 03:02
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