Skip to content

Data structures algorithms #2181

Data structures algorithms

Data structures algorithms #2181

Re-run triggered July 4, 2024 12:12
Status Failure
Total duration 29s
Artifacts

markdownlint.yml

on: pull_request
Lint project files
15s
Lint project files
Lint lesson files
19s
Lint lesson files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Emphasis style: ruby/computer_science/common_data_structures_algorithms.md#L11
ruby/computer_science/common_data_structures_algorithms.md:11:112 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md049.md
Emphasis style: ruby/computer_science/common_data_structures_algorithms.md#L11
ruby/computer_science/common_data_structures_algorithms.md:11:116 MD049/emphasis-style Emphasis style [Expected: asterisk; Actual: underscore] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md049.md
Multiline HTML tags should be surrounded by blank lines or code block delimiters: ruby/computer_science/common_data_structures_algorithms.md#L33
ruby/computer_science/common_data_structures_algorithms.md:33 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: ruby/computer_science/common_data_structures_algorithms.md#L45
ruby/computer_science/common_data_structures_algorithms.md:45 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: ruby/computer_science/common_data_structures_algorithms.md#L49
ruby/computer_science/common_data_structures_algorithms.md:49 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. If you’re having trouble answering the questions below on your own, review the material above to find the answer.",] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md
Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.: ruby/computer_science/common_data_structures_algorithms.md#L51
ruby/computer_science/common_data_structures_algorithms.md:51 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[What is the difference between a stack and a queue?](https://www.youtube.com/watch?v=6QS_Cup1YoI)" Actual: "<a class="knowledge-check-link" href="https://www.youtube.com/watch?v=6QS_Cup1YoI" target="_blank">What is the difference between a stack and a queue?</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.: ruby/computer_science/common_data_structures_algorithms.md#L52
ruby/computer_science/common_data_structures_algorithms.md:52 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[How would you implement a queue in Ruby?](https://web.archive.org/web/20231223233808/http://blog.thefirehoseproject.com/posts/what-is-an-algorithm/)" Actual: "<a class="knowledge-check-link" href="https://web.archive.org/web/20231223233808/http://blog.thefirehoseproject.com/posts/what-is-an-algorithm/" target="_blank">How would you implement a queue in Ruby?</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.: ruby/computer_science/common_data_structures_algorithms.md#L53
ruby/computer_science/common_data_structures_algorithms.md:53 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[What is a linked list? What is a node?](https://en.wikipedia.org/wiki/Data_structure#Examples)" Actual: "<a class="knowledge-check-link" href="https://en.wikipedia.org/wiki/Data_structure#Examples" target="_blank">What is a linked list? What is a node?</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.: ruby/computer_science/common_data_structures_algorithms.md#L54
ruby/computer_science/common_data_structures_algorithms.md:54 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[Which recursive problem-solving method/algorithm design principle does binary search implement?](https://youtu.be/T98PIp4omUA?t=20)" Actual: "<a class="knowledge-check-link" href="https://youtu.be/T98PIp4omUA?t=20" target="_blank">Which recursive problem-solving method/algorithm design principle does binary search implement?</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags.: ruby/computer_science/common_data_structures_algorithms.md#L55
ruby/computer_science/common_data_structures_algorithms.md:55 TOP007/use-markdown-links Links used to navigate to external content or other landmarks in the page should use markdown links instead of HTML anchor tags. [ Expected: "[What abstract data type would you use to defer/store nodes in a breadth-first tree traversal?](https://youtu.be/86g8jAQug04?t=103)" Actual: "<a class="knowledge-check-link" href="https://youtu.be/86g8jAQug04?t=103" target="_blank">What abstract data type would you use to defer/store nodes in a breadth-first tree traversal?</a>" ] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP007.md
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/