Skip to content

Commit

Permalink
chore: fix markdown-lint call
Browse files Browse the repository at this point in the history
Don't ask me why this weird syntax for flags.

Don't ask me why it fails with exit code zero (success) on invalid
flags.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Feb 5, 2024
1 parent 4184e61 commit 6ccdd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ RUN markdownlint \
--ignore '**/hack/chglog/**' \
--ignore 'website/content/*/reference/*' \
--ignore 'website/themes/**' \
--disable MD045 MD056 \
--disable MD045 MD056 -- \
.
RUN find . \
-name '*.md' \
Expand Down

0 comments on commit 6ccdd2c

Please sign in to comment.