Markdownlint: dashes-in-headings
custom rule
#2165
markdownlint.yml
on: pull_request
Lint project files
16s
Lint lesson files
18s
Annotations
6 errors and 2 warnings
Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed).:
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md#L11
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md:11 TOP011/dashes-in-headings Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed). [
Expected: ### L3 Heading: Flags separator dash
Actual: ### L3 Heading - Flags separator dash
] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP011.md
|
Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed).:
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md#L23
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md:23 TOP011/dashes-in-headings Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed). [
Expected: #### L4 Heading: Flags separator dash
Actual: #### L4 Heading - Flags separator dash
] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP011.md
|
Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed).:
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md#L35
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md:35 TOP011/dashes-in-headings Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed). [
Expected: ### Heading: Hyphenated-words are-left-alone when-fixing-separator-dashes
Actual: ### Heading - Hyphenated-words are-left-alone when-fixing-separator-dashes
] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP011.md
|
Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed).:
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md#L39
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md:39 TOP011/dashes-in-headings Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed). [
Expected: ### Heading: Also flags separators with double dashes
Actual: ### Heading -- Also flags separators with double dashes
] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP011.md
|
Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed).:
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md#L47
markdownlint/TOP011_dashesInHeadings/tests/TOP011_test.md:47 TOP011/dashes-in-headings Headings must use a colon (:) instead of dashes (-) for the purpose of separating parts of the heading (hyphenated words are allowed). [
Expected: ### Hyphenated-heading: Flags even if separator dash proceeds hyphen
Actual: ### Hyphenated-heading - Flags even if separator dash proceeds hyphen
] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP011.md
|
Lint lesson files
Failed with exit code: 1
|
Lint project files
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint lesson files
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|