@@ -2691,12 +2691,13 @@ Generated by [AVA](https://avajs.dev).
2691
2691
formatterJson: '',
2692
2692
formatterJunit: '',
2693
2693
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␊
2696
2695
dir/about.md:1:3 MD021/no-multiple-space-closed-atx Multiple spaces inside hashes on closed atx style heading [Context: "# About #"]␊
2697
2696
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]␊
2698
2698
dir/about.md:4 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "1. List"]␊
2699
2699
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]␊
2700
2701
dir/subdir/hr.md:1:6 extended-ascii Only extended ASCII characters are allowed [Blocked character: '✅']␊
2701
2702
dir/subdir/hr.md:1 first-line Rule that reports an error for the first line␊
2702
2703
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).
2712
2713
dir/subdir2/info.md:2:6 MD038/no-space-in-code Spaces inside code span elements [Context: "\` code1\`"]␊
2713
2714
dir/subdir2/info.md:2:20 MD038/no-space-in-code Spaces inside code span elements [Context: "\`code2 \`"]␊
2714
2715
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]␊
2716
2716
dir/subdir3/info.md:1 first-line Rule that reports an error for the first line␊
2717
2717
dir/subdir3/info.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Information"]␊
2718
2718
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"]␊
2719
2719
dir/subdir3/info.md:2:6 MD038/no-space-in-code Spaces inside code span elements [Context: "\` code1\`"]␊
2720
2720
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]␊
2721
2722
dir/subdir3/info.md:4 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]␊
2722
2723
dir2/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
2723
2724
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]␊
2725
2725
dir3/hr.md:1 first-line Rule that reports an error for the first line␊
2726
2726
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]␊
2727
2728
dir3/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
2728
2729
dir3/hr.md:3 sample-rule-module Sample rule (module) [Sample error for hr]␊
2729
2730
dir4/hr.md:3 sample-rule-commonjs Sample rule (commonjs) [Sample error for hr]␊
2730
2731
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]␊
2732
2732
viewme.md:1 first-line Rule that reports an error for the first line␊
2733
2733
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]␊
2734
2735
viewme.md:3:10 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]␊
2735
2736
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]␊
2736
2738
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]␊
2737
2741
viewme.md:12:4 MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading [Context: "## Summary"]␊
2738
2742
viewme.md:14:14 MD047/single-trailing-newline Files should end with a single newline character`,
2739
2743
stdout: `markdownlint-cli2 vX.Y.Z (markdownlint vX.Y.Z)␊
2740
2744
Finding: **/*.md␊
2741
2745
Linting: 9 file(s)␊
2742
- Summary: 45 error(s)`,
2746
+ Summary: 49 error(s)`,
2743
2747
}
2744
2748
2745
2749
## customRules-pre-imported (exec)
0 commit comments