@@ -2691,12 +2691,13 @@ Generated by [AVA](https://avajs.dev).
26912691 formatterJson: '',
26922692 formatterJunit: '',
26932693 formatterSarif: '',
2694- stderr: `dir/about.md:1 every-n-lines Rule that reports an error every N lines [This rule threw an exception: getLineMetadata is not a function]␊
2695- dir/about.md:1 first-line Rule that reports an error for the first line␊
2694+ stderr: `dir/about.md:1 first-line Rule that reports an error for the first line␊
26962695 dir/about.md:1:3 MD021/no-multiple-space-closed-atx Multiple spaces inside hashes on closed atx style heading [Context: "# About #"]␊
26972696 dir/about.md:1:10 MD021/no-multiple-space-closed-atx Multiple spaces inside hashes on closed atx style heading [Context: "# About #"]␊
2697+ dir/about.md:3 every-n-lines Rule that reports an error every N lines [Line number 3]␊
26982698 dir/about.md:4 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "1. List"]␊
26992699 dir/about.md:5:1 MD029/ol-prefix Ordered list item prefix [Expected: 2; Actual: 3; Style: 1/2/3]␊
2700+ dir/about.md:6 every-n-lines Rule that reports an error every N lines [Line number 6]␊
27002701 dir/subdir/hr.md:1:6 extended-ascii Only extended ASCII characters are allowed [Blocked character: '✅']␊
27012702 dir/subdir/hr.md:1 first-line Rule that reports an error for the first line␊
27022703 dir/subdir/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
@@ -2712,34 +2713,37 @@ Generated by [AVA](https://avajs.dev).
27122713 dir/subdir2/info.md:2:6 MD038/no-space-in-code Spaces inside code span elements [Context: "\` code1\`"]␊
27132714 dir/subdir2/info.md:2:20 MD038/no-space-in-code Spaces inside code span elements [Context: "\`code2 \`"]␊
27142715 dir/subdir2/info.md:4 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]␊
2715- dir/subdir3/info.md:1 every-n-lines Rule that reports an error every N lines [This rule threw an exception: getLineMetadata is not a function]␊
27162716 dir/subdir3/info.md:1 first-line Rule that reports an error for the first line␊
27172717 dir/subdir3/info.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Information"]␊
27182718 dir/subdir3/info.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Information"]␊
27192719 dir/subdir3/info.md:2:6 MD038/no-space-in-code Spaces inside code span elements [Context: "\` code1\`"]␊
27202720 dir/subdir3/info.md:2:20 MD038/no-space-in-code Spaces inside code span elements [Context: "\`code2 \`"]␊
2721+ dir/subdir3/info.md:3 every-n-lines Rule that reports an error every N lines [Line number 3]␊
27212722 dir/subdir3/info.md:4 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]␊
27222723 dir2/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
27232724 dir2/hr.md:3 sample-rule-module Sample rule (module) [Sample error for hr]␊
2724- dir3/hr.md:1 every-n-lines Rule that reports an error every N lines [This rule threw an exception: getLineMetadata is not a function]␊
27252725 dir3/hr.md:1 first-line Rule that reports an error for the first line␊
27262726 dir3/hr.md:2 second-line Rule that reports an error for the second line␊
2727+ dir3/hr.md:3 every-n-lines Rule that reports an error every N lines [Line number 3]␊
27272728 dir3/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
27282729 dir3/hr.md:3 sample-rule-module Sample rule (module) [Sample error for hr]␊
27292730 dir4/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
27302731 dir4/hr.md:3 sample-rule-module Sample rule (module) [Sample error for hr]␊
2731- viewme.md:1 every-n-lines Rule that reports an error every N lines [This rule threw an exception: getLineMetadata is not a function]␊
27322732 viewme.md:1 first-line Rule that reports an error for the first line␊
27332733 viewme.md:3 any-blockquote Rule that reports an error for any blockquote [Blockquote spans 1 line(s).] [Context: "> Tagli"]␊
2734+ viewme.md:3 every-n-lines Rule that reports an error every N lines [Line number 3]␊
27342735 viewme.md:3:10 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]␊
27352736 viewme.md:5 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]␊
2737+ viewme.md:6 every-n-lines Rule that reports an error every N lines [Line number 6]␊
27362738 viewme.md:6 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "Description"]␊
2739+ viewme.md:9 every-n-lines Rule that reports an error every N lines [Line number 9]␊
2740+ viewme.md:12 every-n-lines Rule that reports an error every N lines [Line number 12]␊
27372741 viewme.md:12:4 MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading [Context: "## Summary"]␊
27382742 viewme.md:14:14 MD047/single-trailing-newline Files should end with a single newline character`,
27392743 stdout: `markdownlint-cli2 vX.Y.Z (markdownlint vX.Y.Z)␊
27402744 Finding: **/*.md␊
27412745 Linting: 9 file(s)␊
2742- Summary: 45 error(s)`,
2746+ Summary: 49 error(s)`,
27432747 }
27442748
27452749## customRules-pre-imported (exec)
0 commit comments