Tic-tac-toe: Explicit the game's independence from user input #58
markdownlint-projects.yml
on: pull_request
Lint project files
16s
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
|