Skip to content

Markdownlint: dashes-in-headings custom rule #2221

Markdownlint: dashes-in-headings custom rule

Markdownlint: dashes-in-headings custom rule #2221

Triggered via pull request July 7, 2024 20:30
Status Failure
Total duration 26s
Artifacts

markdownlint.yml

on: pull_request
Lint project files
16s
Lint project files
Lint lesson files
17s
Lint lesson files
Fit to window
Zoom out
Zoom in

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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint lesson files
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/