Skip to content

Commit

Permalink
Hopefully making the CI pass, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cool-Katt authored Dec 4, 2024
1 parent 7963932 commit cba7b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/diamond/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ E E
## Requirements

These are the full requirements:

Check failure on line 41 in exercises/diamond/description.md

View workflow job for this annotation

GitHub Actions / Lint markdown files

Heading style

exercises/diamond/description.md:41 MD003/heading-style Heading style [Expected: atx; Actual: setext] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md003.md

Check failure on line 41 in exercises/diamond/description.md

View workflow job for this annotation

GitHub Actions / Lint markdown files

Headings should be surrounded by blank lines

exercises/diamond/description.md:41 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "These are the full requirements:"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md022.md

Check failure on line 41 in exercises/diamond/description.md

View workflow job for this annotation

GitHub Actions / Lint markdown files

Trailing punctuation in heading

exercises/diamond/description.md:41:32 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md026.md

-
- The diamond has a square shape (width equals height).

Check failure on line 43 in exercises/diamond/description.md

View workflow job for this annotation

GitHub Actions / Lint markdown files

Lists should be surrounded by blank lines

exercises/diamond/description.md:43 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- The diamond has a square sha..."] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md032.md
- The letters form a diamond shape.
- The top half has the letters in ascending order.
Expand All @@ -51,4 +51,4 @@ These are the full requirements:
- The diamond is horizontally symmetric.
- The diamond is vertically symmetric.
- The four corners (containing the spaces) are triangles.

-

0 comments on commit cba7b16

Please sign in to comment.