Skip to content

Tic-tac-toe: Explicit the game's independence from user input #58

Tic-tac-toe: Explicit the game's independence from user input

Tic-tac-toe: Explicit the game's independence from user input #58

Triggered via pull request October 30, 2024 16:57
Status Failure
Total duration 23s
Artifacts

markdownlint-projects.yml

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

Annotations

5 errors
Headings should be surrounded by blank lines: javascript/organizing_your_javascript_code/project_tic_tac_toe.md#L1
javascript/organizing_your_javascript_code/project_tic_tac_toe.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Introduction"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md022.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: javascript/organizing_your_javascript_code/project_tic_tac_toe.md#L6
javascript/organizing_your_javascript_code/project_tic_tac_toe.md:6 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [Expected a blank line or a code block delimiter (```) after the tag] [Context: "<div class="lesson-content__panel" markdown="1">"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
Proper names should have the correct capitalization: javascript/organizing_your_javascript_code/project_tic_tac_toe.md#L7
javascript/organizing_your_javascript_code/project_tic_tac_toe.md:7:43 MD044/proper-names Proper names should have the correct capitalization [Expected: JavaScript; Actual: Javascript] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md044.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: javascript/organizing_your_javascript_code/project_tic_tac_toe.md#L16
javascript/organizing_your_javascript_code/project_tic_tac_toe.md:16 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [Expected a blank line or a code block delimiter (```) before the tag] [Context: "</div>"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
Lint project files
Failed with exit code: 1