Skip to content
Discussion options

You must be logged in to vote

Hi @iampi31415, thanks for asking.

You can find an example here: https://github.com/rvben/rumdl#configuration-file-example

Example:

# Disable specific rules for specific files
[per-file-ignores]
"README.md" = ["MD033"]  # Allow HTML in README
"SUMMARY.md" = ["MD025"]  # Allow multiple H1 in table of contents
"docs/api/**/*.md" = ["MD013", "MD041"]  # Relax rules for generated docs

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iampi31415
Comment options

Answer selected by rvben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants