Skip to content

Recursive Methods && Project: Recursion && Space complexity: Provided descriptive link texts and updated list with lazy numbering #1413

Recursive Methods && Project: Recursion && Space complexity: Provided descriptive link texts and updated list with lazy numbering

Recursive Methods && Project: Recursion && Space complexity: Provided descriptive link texts and updated list with lazy numbering #1413

Triggered via pull request April 29, 2024 18:39
Status Failure
Total duration 24s
Artifacts

markdownlint.yml

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

Annotations

10 errors and 2 warnings
Required heading structure: javascript/computer_science/recursive_methods.md#L35
javascript/computer_science/recursive_methods.md:35 TOP004/lesson-headings Required heading structure [Expected: h4 heading; Actual: h3 heading] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP004.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: javascript/computer_science/recursive_methods.md#L37
javascript/computer_science/recursive_methods.md:37 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [ Expected blank lines/code block delimiters: { Before: 1, After: 1 } Actual blank lines/code block delimiters: { Before: 1, After: 0 } ] [Context: "<div class="lesson-content__panel" markdown="1">"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: javascript/computer_science/recursive_methods.md#L40
javascript/computer_science/recursive_methods.md:40 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [ Expected blank lines/code block delimiters: { Before: 1, After: 1 } Actual blank lines/code block delimiters: { Before: 1, After: 0 } ] [Context: "<div class="lesson-note lesson-note--warning" markdown="1">"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: javascript/computer_science/recursive_methods.md#L42
javascript/computer_science/recursive_methods.md:42 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [ Expected blank lines/code block delimiters: { Before: 1, After: 1 } Actual blank lines/code block delimiters: { Before: 0, After: 1 } ] [Context: "</div>"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
Sections have default content: javascript/computer_science/recursive_methods.md#L48
javascript/computer_science/recursive_methods.md:48 TOP003/default-section-content Sections have default content [Expected: "The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge."; Actual: "This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to."] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md
Sections have default content: javascript/computer_science/recursive_methods.md#L57
javascript/computer_science/recursive_methods.md:57 TOP003/default-section-content Sections have default content [Expected: "This section contains helpful links to related content. It isn't required, so consider it supplemental."; Actual: "This section contains helpful links to other content. It isn't required, so consider it supplemental."] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md
Fenced code blocks must use the full name for a language if both full and abbreviated options are valid.: javascript/computer_science/space_complexity.md#L56
javascript/computer_science/space_complexity.md:56 TOP006/full-fenced-code-language Fenced code blocks must use the full name for a language if both full and abbreviated options are valid. [Expected: javascript; Actual: js ] [Context: "```js"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP006.md
Fenced code blocks must use the full name for a language if both full and abbreviated options are valid.: javascript/computer_science/space_complexity.md#L68
javascript/computer_science/space_complexity.md:68 TOP006/full-fenced-code-language Fenced code blocks must use the full name for a language if both full and abbreviated options are valid. [Expected: javascript; Actual: js ] [Context: "```js"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP006.md
Fenced code blocks must use the full name for a language if both full and abbreviated options are valid.: javascript/computer_science/space_complexity.md#L85
javascript/computer_science/space_complexity.md:85 TOP006/full-fenced-code-language Fenced code blocks must use the full name for a language if both full and abbreviated options are valid. [Expected: javascript; Actual: js ] [Context: "```js"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP006.md
Fenced code blocks must use the full name for a language if both full and abbreviated options are valid.: javascript/computer_science/space_complexity.md#L112
javascript/computer_science/space_complexity.md:112 TOP006/full-fenced-code-language Fenced code blocks must use the full name for a language if both full and abbreviated options are valid. [Expected: javascript; Actual: js ] [Context: "```js"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP006.md
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/.
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/.