rumdl 0.0.165__tar.gz → 0.0.166__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rumdl might be problematic. Click here for more details.
- {rumdl-0.0.165 → rumdl-0.0.166}/CHANGELOG.md +19 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/Cargo.lock +1 -1
- {rumdl-0.0.165 → rumdl-0.0.166}/Cargo.toml +1 -1
- {rumdl-0.0.165 → rumdl-0.0.166}/PKG-INFO +1 -1
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md013.md +22 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md013_line_length/md013_config.rs +51 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md013_line_length.rs +175 -26
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/fix_counting_test.rs +2 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md013_test.rs +5 -1
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/sentence_per_line_test.rs +1 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/.config/nextest.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/.mise.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/.pre-commit-config.yaml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/.rumdl.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/.rustfmt.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/CONTRIBUTING.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/LICENSE +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/MANIFEST.in +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/Makefile +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/README.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/assets/logo.png +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benches/fix_performance.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benches/range_performance.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benches/range_utils_benchmark.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benches/rule_performance.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benches/simple_fix_bench.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benchmark/bin/bench_lint_context.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benchmark/bin/benchmark.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benchmark/bin/benchmark_rule.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benchmark/bin/file_parallel_benchmark.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/benchmark/bin/measure_code_span_performance.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/cliff.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/RULES.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/global-settings.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/inline-configuration.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md001.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md002.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md003.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md004.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md005.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md006.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md007.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md009.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md010.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md011.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md012.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md014.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md018.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md019.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md020.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md021.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md022.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md023.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md024.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md025.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md026.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md027.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md028.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md029.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md030.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md031.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md032.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md033.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md034.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md035.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md036.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md037.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md038.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md039.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md040.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md041.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md042.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md043.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md044.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md045.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md046.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md047.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md048.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md049.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md050.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md051.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md052.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md053.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md054.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md055.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md056.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md057.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/md058.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/docs/vscode-extension.md +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/pyproject.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rumdl/__init__.py +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rumdl/__main__.py +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rumdl/py.typed +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rumdl.schema.json +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rumdl.toml.example +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/rust-toolchain.toml +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/extract-changelog.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/generate-downloads-table.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/pre-release.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/prepare-release.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/setup-pre-commit.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/scripts/update-pre-commit-docs.sh +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/cache.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/exit_codes.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/file_processor.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/filtered_lines.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/fix_coordinator.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/formatter.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/inline_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/lib.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/lint_context.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/lsp/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/lsp/server.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/lsp/types.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/main.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/markdownlint_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/azure.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/concise.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/github.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/gitlab.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/grouped.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/json.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/json_lines.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/junit.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/pylint.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/sarif.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/formatters/text.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/output/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/parallel.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/performance.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/profiling.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rule.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rule_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rule_config_serde.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/blockquote_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/code_block_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/code_fence_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/emphasis_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/front_matter_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/heading_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/list_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md001_heading_increment.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md002_first_heading_h1/md002_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md002_first_heading_h1.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md003_heading_style/md003_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md003_heading_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md004_unordered_list_style/md004_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md004_unordered_list_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md005_list_indent.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md006_start_bullets.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md007_ul_indent/md007_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md007_ul_indent.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md009_trailing_spaces/md009_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md009_trailing_spaces.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md010_no_hard_tabs/md010_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md010_no_hard_tabs.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md011_no_reversed_links.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md012_no_multiple_blanks/md012_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md012_no_multiple_blanks.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md014_commands_show_output/md014_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md014_commands_show_output.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md018_no_missing_space_atx.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md019_no_multiple_space_atx.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md020_no_missing_space_closed_atx.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md021_no_multiple_space_closed_atx.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md022_blanks_around_headings/md022_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md022_blanks_around_headings.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md023_heading_start_left.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md024_no_duplicate_heading/md024_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md024_no_duplicate_heading.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md025_single_title/md025_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md025_single_title.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md026_no_trailing_punctuation/md026_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md026_no_trailing_punctuation.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md027_multiple_spaces_blockquote.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md028_no_blanks_blockquote.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md029_ordered_list_prefix/md029_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md029_ordered_list_prefix.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md030_list_marker_space/md030_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md030_list_marker_space.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md031_blanks_around_fences.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md032_blanks_around_lists.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md033_no_inline_html/md033_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md033_no_inline_html.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md034_no_bare_urls.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md035_hr_style/md035_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md035_hr_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md036_no_emphasis_only_first/md036_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md036_no_emphasis_only_first.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md037_spaces_around_emphasis.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md038_no_space_in_code.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md039_no_space_in_links.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md040_fenced_code_language.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md041_first_line_heading.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md042_no_empty_links.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md043_required_headings.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md044_proper_names/md044_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md044_proper_names.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md045_no_alt_text/md045_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md045_no_alt_text.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md046_code_block_style/md046_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md046_code_block_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md047_single_trailing_newline.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md048_code_fence_style/md048_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md048_code_fence_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md049_emphasis_style/md049_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md049_emphasis_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md050_strong_style/md050_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md050_strong_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md051_link_fragments.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md052_reference_links_images.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md053_link_image_reference_definitions.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md054_link_image_style/md054_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md054_link_image_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md055_table_pipe_style/md055_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md055_table_pipe_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md056_table_column_count.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md057_existing_relative_links/md057_config.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md057_existing_relative_links.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/md058_blanks_around_tables.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/rules/strong_style.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/stdin_processor.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/anchor_styles/github.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/anchor_styles/jekyll.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/anchor_styles/kramdown.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/anchor_styles/kramdown_gfm.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/anchor_styles/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/ast_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/code_block_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/document_structure.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/early_returns.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/element_cache.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/emphasis_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/fix_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/header_id_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/jinja_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/kramdown_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/line_ending.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/markdown_elements.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_admonitions.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_common.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_critic.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_footnotes.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_patterns.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_snippets.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_tabs.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocs_test_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mkdocstrings_refs.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/range_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/regex_cache.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/skip_context.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/string_interner.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/table_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/utils/text_reflow.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/vscode.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/src/watch.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/advanced_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/additional_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/basic_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/comprehensive_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/extended_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/character_ranges/unicode_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_duplication_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_explain_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_flag_precedence_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_lsp_fix_consistency.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cli_statistics_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/code_block_blockquote_edge_cases.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/common/cli_test_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/common/fixtures.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/common/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/common/test_utils.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/commonmark_compliance_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/comprehensive_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/comprehensive_output_format_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/config_application_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/config_file_command_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/config_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/config_upward_traversal_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/configuration_inheritance_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/consistency_regression_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/crlf_line_endings_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/cross_platform_compatibility_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/deeply_nested_lists_performance_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/escaped_brackets_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/exclude_with_explicit_paths_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/final_confidence_assessment.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/fix_performance_baseline_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/fixable_unfixable_config_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/html_comments_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/init_command_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/init_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/inline_config_blocks_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/inline_config_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/json_output_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/kramdown_integration_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lib.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_editor_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_formatting_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_initialization_options_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_memory_leak_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_mkdocs_flavor_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/lsp_unopened_document_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/malformed_markdown_stress_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/markdownlint_cli_integration.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/markdownlint_config_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/markdownlintignore_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md009_md013_integration_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md009_md013_order_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md013_hard_breaks_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md013_reflow_integration_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md013_reflow_nested_lists_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md032_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md032_ordered_list_bug_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md033_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md037_xxxx_regression_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md038_false_positive_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md051_issue_39_regression_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md051_readme_bug_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md051_toc_bug_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md052_literal_brackets_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/md054_code_span_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/mkdocs_anchor_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/mkdocs_anchor_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/nested_code_block_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/output_format_integration_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/output_format_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/per_file_ignores_integration_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/perf_check.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/performance_validation_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/pyproject_config_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/real_world_repository_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/regression_prevention_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/emphasis_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/heading_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/inline_content_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/link_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/list_rules_integration_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md001_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md001_unicode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md002_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md003_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md004_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md005_dynamic_indent_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md005_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md005_unicode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md006_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md006_unicode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md007_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md009_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md010_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md011_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md012_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md014_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md018_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md019_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md020_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md021_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md022_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md023_extended_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md023_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md024_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md025_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md026_kramdown_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md026_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md027_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md028_md009_interaction_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md028_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_code_block_separation_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_fix_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_issue42_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_markdownlint_parity_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_nested_list_continuation_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_pathological_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md029_unicode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md030_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md031_kramdown_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md031_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md032_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md033_blockquote_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md033_extended_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md033_kramdown_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md033_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md034_ipv6_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md034_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md035_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md036_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md037_kramdown_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md037_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md038_nested_backticks_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md038_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md039_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md040_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md041_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md042_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md043_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md044_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md045_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md046_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md047_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md048_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md049_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md050_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_comprehensive_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_critical_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_issue_39_regression_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_performance_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_property_based_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_regression_prevention_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md051_unicode_security_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md052_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md053_additional_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md053_proptest.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md053_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md054_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md054_unicode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md055_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md056_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md057_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md058_kramdown_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/md058_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/mkdocs_admonitions_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/mkdocs_edge_cases_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/mkdocs_extensions_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/mkdocs_snippets_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules/rule_interaction_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/rules_mod_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/schema_validation_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/skip_context_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_ast_code_block_issue.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_gfm_vs_default_parsing.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_lint_context_flow.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_list_ast_structure.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_multiline_ast.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/test_underscore_edge_cases.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/thread_safety_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/unfixable_rules_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/unicode_edge_case_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utf8_boundary_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/blockquote_utils_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/code_block_utils_extended_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/code_block_utils_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/core_utils_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/front_matter_utils_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/line_index_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils/mod.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils_markdown_edge_cases.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/utils_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/vscode_extension_fixes.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/vscode_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/vscode_tests.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/vscode_windows_comprehensive_test.rs +0 -0
- {rumdl-0.0.165 → rumdl-0.0.166}/tests/vscode_windows_test.rs +0 -0
|
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.0.166] - 2025-10-22
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **MD013: `paragraphs` field to control paragraph line length checks** (resolves #121)
|
|
15
|
+
- New boolean config field `paragraphs` (defaults to `true`) allows disabling line length warnings for paragraph text
|
|
16
|
+
- Enables sentence-per-line formatting workflows without line length validation noise
|
|
17
|
+
- Still checks headings, tables, code blocks, blockquotes, and HTML when `paragraphs: false`
|
|
18
|
+
- Useful for semantic line breaks where sentence length is determined by content, not arbitrary limits
|
|
19
|
+
- Example configuration:
|
|
20
|
+
```yaml
|
|
21
|
+
MD013:
|
|
22
|
+
paragraphs: false # Don't warn about long paragraphs
|
|
23
|
+
code-blocks: true # Still check code blocks
|
|
24
|
+
tables: true # Still check tables
|
|
25
|
+
reflow: true
|
|
26
|
+
reflow-mode: "sentence-per-line"
|
|
27
|
+
```
|
|
28
|
+
|
|
10
29
|
## [0.0.165] - 2025-10-21
|
|
11
30
|
|
|
12
31
|
### Fixed
|
|
@@ -51,6 +51,7 @@ MD013:
|
|
|
51
51
|
code-blocks: false # Don't check code blocks (default: true)
|
|
52
52
|
tables: false # Don't check tables (default: true)
|
|
53
53
|
headings: true # Check headings (default: true)
|
|
54
|
+
paragraphs: true # Check paragraph/regular text (default: true)
|
|
54
55
|
heading-line-length: 120 # Different limit for headings (default: uses line_length)
|
|
55
56
|
code-block-line-length: 150 # Different limit for code blocks (default: uses line_length)
|
|
56
57
|
stern: false # Stricter checking without exceptions (default: false)
|
|
@@ -65,6 +66,7 @@ MD013:
|
|
|
65
66
|
- `code_blocks`: Whether to check line length in code blocks
|
|
66
67
|
- `tables`: Whether to check line length in tables
|
|
67
68
|
- `headings`: Whether to check line length in headings
|
|
69
|
+
- `paragraphs`: Whether to check line length in regular text/paragraphs (when false, line_length is still used for reflow but no warnings are reported)
|
|
68
70
|
- `heading_line_length`: Optional separate limit for headings (useful since headings often need to be longer)
|
|
69
71
|
- `code_block_line_length`: Optional separate limit for code blocks
|
|
70
72
|
- `stern`: When true, applies stricter checking without common exceptions
|
|
@@ -173,6 +175,26 @@ This mode is particularly useful for:
|
|
|
173
175
|
- Documents maintained in version control where sentence-level diffs are clearer
|
|
174
176
|
- Collaborative writing where different authors work on different sentences
|
|
175
177
|
|
|
178
|
+
#### Sentence-per-line without line length warnings
|
|
179
|
+
|
|
180
|
+
If you want to use sentence-per-line mode for formatting but don't want warnings about long sentences, you can disable paragraph checking while keeping code blocks and tables checked:
|
|
181
|
+
|
|
182
|
+
```yaml
|
|
183
|
+
MD013:
|
|
184
|
+
line-length: 80
|
|
185
|
+
paragraphs: false # Don't warn about long paragraphs
|
|
186
|
+
code-blocks: true # Still check code blocks
|
|
187
|
+
tables: true # Still check tables
|
|
188
|
+
reflow: true
|
|
189
|
+
reflow-mode: "sentence-per-line"
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
This configuration is useful when:
|
|
193
|
+
|
|
194
|
+
- You want automatic sentence-per-line formatting without validation noise
|
|
195
|
+
- You care about line length in code blocks and tables but not in regular text
|
|
196
|
+
- You're using semantic line breaks where sentence length is determined by content, not arbitrary limits
|
|
197
|
+
|
|
176
198
|
### Example with automatic reflow
|
|
177
199
|
|
|
178
200
|
```yaml
|
|
@@ -35,6 +35,12 @@ pub struct MD013Config {
|
|
|
35
35
|
#[serde(default = "default_headings")]
|
|
36
36
|
pub headings: bool,
|
|
37
37
|
|
|
38
|
+
/// Check paragraph/text line length (default: true)
|
|
39
|
+
/// When false, line length violations in regular text are not reported,
|
|
40
|
+
/// but reflow can still be used to format paragraphs.
|
|
41
|
+
#[serde(default = "default_paragraphs")]
|
|
42
|
+
pub paragraphs: bool,
|
|
43
|
+
|
|
38
44
|
/// Strict mode - disables exceptions for URLs, etc. (default: false)
|
|
39
45
|
#[serde(default)]
|
|
40
46
|
pub strict: bool,
|
|
@@ -64,6 +70,10 @@ fn default_headings() -> bool {
|
|
|
64
70
|
true
|
|
65
71
|
}
|
|
66
72
|
|
|
73
|
+
fn default_paragraphs() -> bool {
|
|
74
|
+
true
|
|
75
|
+
}
|
|
76
|
+
|
|
67
77
|
impl Default for MD013Config {
|
|
68
78
|
fn default() -> Self {
|
|
69
79
|
Self {
|
|
@@ -71,6 +81,7 @@ impl Default for MD013Config {
|
|
|
71
81
|
code_blocks: default_code_blocks(),
|
|
72
82
|
tables: default_tables(),
|
|
73
83
|
headings: default_headings(),
|
|
84
|
+
paragraphs: default_paragraphs(),
|
|
74
85
|
strict: false,
|
|
75
86
|
reflow: false,
|
|
76
87
|
reflow_mode: ReflowMode::default(),
|
|
@@ -154,6 +165,7 @@ mod tests {
|
|
|
154
165
|
code_blocks: true,
|
|
155
166
|
tables: true,
|
|
156
167
|
headings: true,
|
|
168
|
+
paragraphs: true,
|
|
157
169
|
strict: false,
|
|
158
170
|
reflow: true,
|
|
159
171
|
reflow_mode: ReflowMode::SentencePerLine,
|
|
@@ -194,4 +206,43 @@ mod tests {
|
|
|
194
206
|
assert!(config.reflow);
|
|
195
207
|
assert_eq!(config.reflow_mode, ReflowMode::SentencePerLine);
|
|
196
208
|
}
|
|
209
|
+
|
|
210
|
+
#[test]
|
|
211
|
+
fn test_paragraphs_default_true() {
|
|
212
|
+
// Test that paragraphs defaults to true
|
|
213
|
+
let config = MD013Config::default();
|
|
214
|
+
assert!(config.paragraphs, "paragraphs should default to true");
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
#[test]
|
|
218
|
+
fn test_paragraphs_deserialization_kebab_case() {
|
|
219
|
+
// Test kebab-case (canonical format)
|
|
220
|
+
let toml_str = r#"
|
|
221
|
+
paragraphs = false
|
|
222
|
+
"#;
|
|
223
|
+
let config: MD013Config = toml::from_str(toml_str).unwrap();
|
|
224
|
+
assert!(!config.paragraphs);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
#[test]
|
|
228
|
+
fn test_paragraphs_full_config() {
|
|
229
|
+
// Test paragraphs in a full configuration with issue #121 use case
|
|
230
|
+
let toml_str = r#"
|
|
231
|
+
line-length = 80
|
|
232
|
+
code-blocks = true
|
|
233
|
+
tables = true
|
|
234
|
+
headings = false
|
|
235
|
+
paragraphs = false
|
|
236
|
+
reflow = true
|
|
237
|
+
reflow-mode = "sentence-per-line"
|
|
238
|
+
"#;
|
|
239
|
+
let config: MD013Config = toml::from_str(toml_str).unwrap();
|
|
240
|
+
assert_eq!(config.line_length, 80);
|
|
241
|
+
assert!(config.code_blocks, "code-blocks should be true");
|
|
242
|
+
assert!(config.tables, "tables should be true");
|
|
243
|
+
assert!(!config.headings, "headings should be false");
|
|
244
|
+
assert!(!config.paragraphs, "paragraphs should be false");
|
|
245
|
+
assert!(config.reflow, "reflow should be true");
|
|
246
|
+
assert_eq!(config.reflow_mode, ReflowMode::SentencePerLine);
|
|
247
|
+
}
|
|
197
248
|
}
|
|
@@ -28,6 +28,7 @@ impl MD013LineLength {
|
|
|
28
28
|
code_blocks,
|
|
29
29
|
tables,
|
|
30
30
|
headings,
|
|
31
|
+
paragraphs: true, // Default to true for backwards compatibility
|
|
31
32
|
strict,
|
|
32
33
|
reflow: false,
|
|
33
34
|
reflow_mode: ReflowMode::default(),
|
|
@@ -173,33 +174,27 @@ impl Rule for MD013LineLength {
|
|
|
173
174
|
content.lines().collect()
|
|
174
175
|
};
|
|
175
176
|
|
|
176
|
-
// Create a quick lookup set for heading lines
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
let table_lines_set
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
for &line in &table.content_lines {
|
|
196
|
-
table_lines.insert(line + 1);
|
|
197
|
-
}
|
|
177
|
+
// Create a quick lookup set for heading lines
|
|
178
|
+
// We need this for both the heading skip check AND the paragraphs check
|
|
179
|
+
let heading_lines_set: std::collections::HashSet<usize> = ctx
|
|
180
|
+
.lines
|
|
181
|
+
.iter()
|
|
182
|
+
.enumerate()
|
|
183
|
+
.filter(|(_, line)| line.heading.is_some())
|
|
184
|
+
.map(|(idx, _)| idx + 1)
|
|
185
|
+
.collect();
|
|
186
|
+
|
|
187
|
+
// Use TableUtils to find all table blocks
|
|
188
|
+
// We need this for both the table skip check AND the paragraphs check
|
|
189
|
+
let table_blocks = TableUtils::find_table_blocks(content, ctx);
|
|
190
|
+
let mut table_lines_set = std::collections::HashSet::new();
|
|
191
|
+
for table in &table_blocks {
|
|
192
|
+
table_lines_set.insert(table.header_line + 1);
|
|
193
|
+
table_lines_set.insert(table.delimiter_line + 1);
|
|
194
|
+
for &line in &table.content_lines {
|
|
195
|
+
table_lines_set.insert(line + 1);
|
|
198
196
|
}
|
|
199
|
-
|
|
200
|
-
} else {
|
|
201
|
-
std::collections::HashSet::new()
|
|
202
|
-
};
|
|
197
|
+
}
|
|
203
198
|
|
|
204
199
|
// Process candidate lines for line length checks
|
|
205
200
|
for &line_idx in &candidate_lines {
|
|
@@ -243,6 +238,22 @@ impl Rule for MD013LineLength {
|
|
|
243
238
|
continue;
|
|
244
239
|
}
|
|
245
240
|
|
|
241
|
+
// Check if this is a paragraph/regular text line
|
|
242
|
+
// If paragraphs = false, skip lines that are NOT in special blocks
|
|
243
|
+
if !effective_config.paragraphs {
|
|
244
|
+
let is_special_block = heading_lines_set.contains(&line_number)
|
|
245
|
+
|| ctx.line_info(line_number).is_some_and(|info| info.in_code_block)
|
|
246
|
+
|| table_lines_set.contains(&line_number)
|
|
247
|
+
|| ctx.lines[line_number - 1].blockquote.is_some()
|
|
248
|
+
|| ctx.line_info(line_number).is_some_and(|info| info.in_html_block)
|
|
249
|
+
|| ctx.line_info(line_number).is_some_and(|info| info.in_html_comment);
|
|
250
|
+
|
|
251
|
+
// Skip regular paragraph text when paragraphs = false
|
|
252
|
+
if !is_special_block {
|
|
253
|
+
continue;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
246
257
|
// Skip lines that are only a URL, image ref, or link ref
|
|
247
258
|
if self.should_ignore_line(line, &lines, line_idx, ctx) {
|
|
248
259
|
continue;
|
|
@@ -3370,4 +3381,142 @@ with multiple lines."#;
|
|
|
3370
3381
|
);
|
|
3371
3382
|
}
|
|
3372
3383
|
}
|
|
3384
|
+
|
|
3385
|
+
#[test]
|
|
3386
|
+
fn test_paragraphs_false_skips_regular_text() {
|
|
3387
|
+
// Test that paragraphs=false skips checking regular text
|
|
3388
|
+
let config = MD013Config {
|
|
3389
|
+
line_length: 50,
|
|
3390
|
+
paragraphs: false, // Don't check paragraphs
|
|
3391
|
+
code_blocks: true,
|
|
3392
|
+
tables: true,
|
|
3393
|
+
headings: true,
|
|
3394
|
+
strict: false,
|
|
3395
|
+
reflow: false,
|
|
3396
|
+
reflow_mode: ReflowMode::default(),
|
|
3397
|
+
};
|
|
3398
|
+
let rule = MD013LineLength::from_config_struct(config);
|
|
3399
|
+
|
|
3400
|
+
let content =
|
|
3401
|
+
"This is a very long line of regular text that exceeds fifty characters and should not trigger a warning.";
|
|
3402
|
+
let ctx = crate::lint_context::LintContext::new(content, crate::config::MarkdownFlavor::Standard);
|
|
3403
|
+
let result = rule.check(&ctx).unwrap();
|
|
3404
|
+
|
|
3405
|
+
// Should not report any warnings when paragraphs=false
|
|
3406
|
+
assert_eq!(
|
|
3407
|
+
result.len(),
|
|
3408
|
+
0,
|
|
3409
|
+
"Should not warn about long paragraph text when paragraphs=false"
|
|
3410
|
+
);
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
#[test]
|
|
3414
|
+
fn test_paragraphs_false_still_checks_code_blocks() {
|
|
3415
|
+
// Test that paragraphs=false still checks code blocks
|
|
3416
|
+
let config = MD013Config {
|
|
3417
|
+
line_length: 50,
|
|
3418
|
+
paragraphs: false, // Don't check paragraphs
|
|
3419
|
+
code_blocks: true, // But DO check code blocks
|
|
3420
|
+
tables: true,
|
|
3421
|
+
headings: true,
|
|
3422
|
+
strict: false,
|
|
3423
|
+
reflow: false,
|
|
3424
|
+
reflow_mode: ReflowMode::default(),
|
|
3425
|
+
};
|
|
3426
|
+
let rule = MD013LineLength::from_config_struct(config);
|
|
3427
|
+
|
|
3428
|
+
let content = r#"```
|
|
3429
|
+
This is a very long line in a code block that exceeds fifty characters.
|
|
3430
|
+
```"#;
|
|
3431
|
+
let ctx = crate::lint_context::LintContext::new(content, crate::config::MarkdownFlavor::Standard);
|
|
3432
|
+
let result = rule.check(&ctx).unwrap();
|
|
3433
|
+
|
|
3434
|
+
// SHOULD report warnings for code blocks even when paragraphs=false
|
|
3435
|
+
assert_eq!(
|
|
3436
|
+
result.len(),
|
|
3437
|
+
1,
|
|
3438
|
+
"Should warn about long lines in code blocks even when paragraphs=false"
|
|
3439
|
+
);
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
#[test]
|
|
3443
|
+
fn test_paragraphs_false_still_checks_headings() {
|
|
3444
|
+
// Test that paragraphs=false still checks headings
|
|
3445
|
+
let config = MD013Config {
|
|
3446
|
+
line_length: 50,
|
|
3447
|
+
paragraphs: false, // Don't check paragraphs
|
|
3448
|
+
code_blocks: true,
|
|
3449
|
+
tables: true,
|
|
3450
|
+
headings: true, // But DO check headings
|
|
3451
|
+
strict: false,
|
|
3452
|
+
reflow: false,
|
|
3453
|
+
reflow_mode: ReflowMode::default(),
|
|
3454
|
+
};
|
|
3455
|
+
let rule = MD013LineLength::from_config_struct(config);
|
|
3456
|
+
|
|
3457
|
+
let content = "# This is a very long heading that exceeds fifty characters and should trigger a warning";
|
|
3458
|
+
let ctx = crate::lint_context::LintContext::new(content, crate::config::MarkdownFlavor::Standard);
|
|
3459
|
+
let result = rule.check(&ctx).unwrap();
|
|
3460
|
+
|
|
3461
|
+
// SHOULD report warnings for headings even when paragraphs=false
|
|
3462
|
+
assert_eq!(
|
|
3463
|
+
result.len(),
|
|
3464
|
+
1,
|
|
3465
|
+
"Should warn about long headings even when paragraphs=false"
|
|
3466
|
+
);
|
|
3467
|
+
}
|
|
3468
|
+
|
|
3469
|
+
#[test]
|
|
3470
|
+
fn test_paragraphs_false_with_reflow_sentence_per_line() {
|
|
3471
|
+
// Test issue #121 use case: paragraphs=false with sentence-per-line reflow
|
|
3472
|
+
let config = MD013Config {
|
|
3473
|
+
line_length: 80,
|
|
3474
|
+
paragraphs: false,
|
|
3475
|
+
code_blocks: true,
|
|
3476
|
+
tables: true,
|
|
3477
|
+
headings: false,
|
|
3478
|
+
strict: false,
|
|
3479
|
+
reflow: true,
|
|
3480
|
+
reflow_mode: ReflowMode::SentencePerLine,
|
|
3481
|
+
};
|
|
3482
|
+
let rule = MD013LineLength::from_config_struct(config);
|
|
3483
|
+
|
|
3484
|
+
let content = "This is a very long sentence that exceeds eighty characters and contains important information that should not be flagged.";
|
|
3485
|
+
let ctx = crate::lint_context::LintContext::new(content, crate::config::MarkdownFlavor::Standard);
|
|
3486
|
+
let result = rule.check(&ctx).unwrap();
|
|
3487
|
+
|
|
3488
|
+
// Should NOT warn when paragraphs=false
|
|
3489
|
+
assert_eq!(
|
|
3490
|
+
result.len(),
|
|
3491
|
+
0,
|
|
3492
|
+
"Should not warn about long sentences when paragraphs=false"
|
|
3493
|
+
);
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
#[test]
|
|
3497
|
+
fn test_paragraphs_true_checks_regular_text() {
|
|
3498
|
+
// Test that paragraphs=true (default) checks regular text
|
|
3499
|
+
let config = MD013Config {
|
|
3500
|
+
line_length: 50,
|
|
3501
|
+
paragraphs: true, // Default: DO check paragraphs
|
|
3502
|
+
code_blocks: true,
|
|
3503
|
+
tables: true,
|
|
3504
|
+
headings: true,
|
|
3505
|
+
strict: false,
|
|
3506
|
+
reflow: false,
|
|
3507
|
+
reflow_mode: ReflowMode::default(),
|
|
3508
|
+
};
|
|
3509
|
+
let rule = MD013LineLength::from_config_struct(config);
|
|
3510
|
+
|
|
3511
|
+
let content = "This is a very long line of regular text that exceeds fifty characters.";
|
|
3512
|
+
let ctx = crate::lint_context::LintContext::new(content, crate::config::MarkdownFlavor::Standard);
|
|
3513
|
+
let result = rule.check(&ctx).unwrap();
|
|
3514
|
+
|
|
3515
|
+
// SHOULD report warnings when paragraphs=true
|
|
3516
|
+
assert_eq!(
|
|
3517
|
+
result.len(),
|
|
3518
|
+
1,
|
|
3519
|
+
"Should warn about long paragraph text when paragraphs=true"
|
|
3520
|
+
);
|
|
3521
|
+
}
|
|
3373
3522
|
}
|
|
@@ -31,6 +31,7 @@ Another very very very very very very very very very very very very very very ve
|
|
|
31
31
|
code_blocks: true,
|
|
32
32
|
tables: true, // Check tables for line length
|
|
33
33
|
headings: true,
|
|
34
|
+
paragraphs: true,
|
|
34
35
|
strict: false,
|
|
35
36
|
reflow: true, // Enable reflow
|
|
36
37
|
..Default::default()
|
|
@@ -95,6 +96,7 @@ fn test_mixed_rules_fix_counting() {
|
|
|
95
96
|
code_blocks: true,
|
|
96
97
|
tables: true, // Check tables for line length
|
|
97
98
|
headings: true,
|
|
99
|
+
paragraphs: true,
|
|
98
100
|
strict: false,
|
|
99
101
|
reflow: true,
|
|
100
102
|
..Default::default()
|
|
@@ -449,6 +449,7 @@ fn test_heading_line_length_config() {
|
|
|
449
449
|
code_blocks: false, // false = skip code blocks
|
|
450
450
|
tables: false, // false = skip tables
|
|
451
451
|
headings: false, // false = skip headings (don't check them)
|
|
452
|
+
paragraphs: true,
|
|
452
453
|
strict: false,
|
|
453
454
|
reflow: false,
|
|
454
455
|
..Default::default()
|
|
@@ -474,6 +475,7 @@ fn test_code_block_line_length_config() {
|
|
|
474
475
|
code_blocks: false, // false = skip code blocks (don't check them)
|
|
475
476
|
tables: true, // true = check tables
|
|
476
477
|
headings: true, // true = check headings
|
|
478
|
+
paragraphs: true,
|
|
477
479
|
strict: false,
|
|
478
480
|
reflow: false,
|
|
479
481
|
..Default::default()
|
|
@@ -499,7 +501,8 @@ fn test_stern_mode() {
|
|
|
499
501
|
code_blocks: false, // Don't skip code blocks
|
|
500
502
|
tables: false, // Don't skip tables
|
|
501
503
|
headings: false, // Don't skip headings
|
|
502
|
-
|
|
504
|
+
paragraphs: true,
|
|
505
|
+
strict: true, // Strict mode: no URL exceptions
|
|
503
506
|
reflow: false,
|
|
504
507
|
..Default::default()
|
|
505
508
|
};
|
|
@@ -523,6 +526,7 @@ fn test_combined_heading_and_code_block_limits() {
|
|
|
523
526
|
code_blocks: false, // false = skip code blocks
|
|
524
527
|
tables: true, // true = check tables
|
|
525
528
|
headings: false, // false = skip headings
|
|
529
|
+
paragraphs: true,
|
|
526
530
|
strict: false,
|
|
527
531
|
reflow: false,
|
|
528
532
|
..Default::default()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|