Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .rumdl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ style = "fenced"
"src/content/docs/online-payments/plugins/woocommerce.mdx" = ["MD034"]

# Legacy iOS SDK page has dense mixed MDX/Steps/list patterns.
# ObjC doc-comment `*` lines inside code fences trigger MD005 false positives.
# Keep it build-safe by scoping rule ignores until the page is refactored.
"src/content/docs/terminal-payments/sdks/ios-sdk.mdx" = ["MD004", "MD007", "MD012", "MD030", "MD031", "MD032", "MD040", "MD046", "MD049", "MD051", "MD060", "MD069"]
"src/content/docs/terminal-payments/sdks/ios-sdk.mdx" = ["MD004", "MD005", "MD007", "MD012", "MD030", "MD031", "MD032", "MD040", "MD046", "MD049", "MD051", "MD060", "MD069"]

# Legacy mixed Tabs+code snippets trigger MD046 false positives after formatting.
"src/content/docs/online-payments/guides/refund.mdx" = ["MD046", "MD051"]
Expand Down
Loading