@@ -14,7 +14,7 @@ Used to test violations of style.
1414
1515BAD: Really, really long lines of text that should probably be wrapped to a more sane length that this.
1616
17- BAD: List immedidately following text.
17+ BAD: List immediately following text.
1818
1919- list
2020
@@ -44,21 +44,20 @@ BAD: Indented code-block.
4444 # Indented code block
4545
4646BAD: Missing newline at end of file.
47- docs/test/bad.md
48- 1:1 warning Missing newline character at end of file final-newline remark-lint
49- 7:1-7:43 warning Heading levels should increment by one level at a time heading-increment remark-lint
50- 9:1-9:33 warning Don’t use multiple top level headings (9:1) no-multiple-toplevel-headings remark-lint
51- 13:1-13:27 warning Do not use headings with similar content (11:1) no-duplicate-headings remark-lint
52- 15:104 warning Line must be at most 80 characters maximum-line-length remark-lint
53- 18:5 warning Incorrect list-item indent: remove 2 spaces list-item-indent remark-lint
54- 26:4 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
55- 30:1-30:8 warning Marker style should be ` - ` unordered-list-marker-style remark-lint
56- 30:4 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
57- 34:5 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
58- 35:1-35:9 warning Marker should be ` 2 ` , was ` 1 ` ordered-list-marker-value remark-lint
59- 35:5 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
60- 38:1 warning Remove 1 line before node no-consecutive-blank-lines remark-lint
61- 40:1-42:4 warning Missing code-language flag fenced-code-flag remark-lint
62- 46:1-46:26 warning Code blocks should be fenced code-block-style remark-lint
63-
64- ⚠ 15 warnings
47+ bad.md
48+ 7:1-7:43 warning Heading levels should increment by one level at a time heading-increment remark-lint
49+ 9:1-9:33 warning Don’t use multiple top level headings (9:1) no-multiple-toplevel-headings remark-lint
50+ 13:1-13:27 warning Do not use headings with similar content per section (11:1) no-duplicate-headings-in-section remark-lint
51+ 15:104 warning Line must be at most 80 characters maximum-line-length remark-lint
52+ 18:5 warning Incorrect list-item indent: remove 2 spaces list-item-indent remark-lint
53+ 26:4 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
54+ 30:1-30:8 warning Marker style should be ` - ` unordered-list-marker-style remark-lint
55+ 30:4 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
56+ 34:5 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
57+ 35:1-35:9 warning Marker should be ` 2 ` , was ` 1 ` ordered-list-marker-value remark-lint
58+ 35:5 warning Incorrect list-item indent: remove 1 space list-item-indent remark-lint
59+ 38:1 warning Remove 1 line before node no-consecutive-blank-lines remark-lint
60+ 40:1-42:4 warning Missing code-language flag fenced-code-flag remark-lint
61+ 46:1-46:26 warning Code blocks should be fenced code-block-style remark-lint
62+
63+ ⚠ 14 warnings
0 commit comments