File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ fail-on-errors = true
88# Disable rules that are too noisy for this project
99disabled-rules = [
1010 " MD013" , # Line length - too strict for documentation
11+ " MD052" , # Reference links - false positives with shell variables
12+ " MDBOOK002" , # Internal links - WIP docs have broken links
13+ " MDBOOK004" , # Duplicate chapter titles - intentional in some sections
1114 " MDBOOK005" , # Orphaned files - we have WIP docs
15+ " MDBOOK006" , # Cross-reference anchors - WIP docs
16+ " MDBOOK010" , # Math blocks - false positives with $ in shell examples
1217 " MDBOOK023" , # Chapter title match - intentionally different
1318 " CONTENT004" , # Heading capitalization - we use sentence case
1419 " CONTENT007" , # Terminology consistency - too strict
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ fail-on-errors = true
88# Disable rules that are too noisy for this project
99disabled-rules = [
1010 " MD013" , # Line length - too strict for documentation
11+ " MD052" , # Reference links - false positives with shell variables
12+ " MDBOOK002" , # Internal links - WIP docs have broken links
13+ " MDBOOK004" , # Duplicate chapter titles - intentional in some sections
1114 " MDBOOK005" , # Orphaned files - we have WIP docs
15+ " MDBOOK006" , # Cross-reference anchors - WIP docs
16+ " MDBOOK010" , # Math blocks - false positives with $ in shell examples
1217 " MDBOOK023" , # Chapter title match - intentionally different
1318 " CONTENT004" , # Heading capitalization - we use sentence case
1419 " CONTENT007" , # Terminology consistency - too strict
You can’t perform that action at this time.
0 commit comments