test: add rumdl violations fixture to probe CI annotations#106
Conversation
| @@ -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. | |||
There was a problem hiding this comment.
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 119]
|
|
||
| ## 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. |
There was a problem hiding this comment.
[markdownlint] reported by reviewdog 🐶
MD013/line-length Line length [Expected: 80; Actual: 156]
|
|
||
| ## Code block without language | ||
|
|
||
| ``` |
There was a problem hiding this comment.
[markdownlint] reported by reviewdog 🐶
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
|
|
||
| ## Multiple blanks below | ||
|
|
||
|
|
There was a problem hiding this comment.
[markdownlint] reported by reviewdog 🐶
MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
|
|
||
| ## Multiple blanks below | ||
|
|
||
|
|
There was a problem hiding this comment.
[markdownlint-fix] reported by reviewdog 🐶
Coverage Report (Δ +0.0%)
|
||||||||||||||||||||
b0f0982 to
a006368
Compare
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>
dd49191 to
fb07ecb
Compare
| @@ -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. | |||
There was a problem hiding this comment.
Line length 119 exceeds 80 characters
|
|
||
| ## 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. |
There was a problem hiding this comment.
Line length 156 exceeds 80 characters
|
|
||
| ## Code block without language | ||
|
|
||
| ``` |
There was a problem hiding this comment.
Code block (```) missing language
|
|
||
| ## Multiple blanks below | ||
|
|
||
|
|
There was a problem hiding this comment.
Multiple consecutive blank lines between content
|
tested. it works |
Triggers MD013, MD040, MD012 to confirm the rumdl job surfaces them as inline PR annotations.