From fb07ecb858f202483f1ded5bb0184183ab469592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Thu, 7 May 2026 05:25:36 +0300 Subject: [PATCH] test: add rumdl violations fixture to probe CI annotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggers MD013, MD040, MD012 to confirm the rumdl job surfaces them as inline PR annotations. Signed-off-by: Nerijus Bendžiūnas --- test-rumdl-violations.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test-rumdl-violations.md diff --git a/test-rumdl-violations.md b/test-rumdl-violations.md new file mode 100644 index 0000000..1c022ec --- /dev/null +++ b/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. + +## 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. + +## Code block without language + +``` +echo "no language tag — MD040 should fire" +``` + +## Multiple blanks below + + +End of file.