Skip to content

Newsletter 13: Add NeoCogi's libs #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 7, 2020
Merged

Conversation

eloraiby
Copy link
Contributor

@eloraiby eloraiby commented Aug 30, 2020

Part of #232 ("Newsletter 13")

Copy link
Collaborator

@17cupsofcoffee 17cupsofcoffee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a few formatting issues being flagged by the CI job:

content/posts/newsletter-013/index.md:69 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### NeoCogi's libraries"]
content/posts/newsletter-013/index.md:70:81 MD013/line-length Line length [Expected: 80; Actual: 214]
content/posts/newsletter-013/index.md:72 MD045/no-alt-text Images should have alternate text (alt text)
content/posts/newsletter-013/index.md:74:81 MD013/line-length Line length [Expected: 80; Actual: 99]
content/posts/newsletter-013/index.md:75:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
content/posts/newsletter-013/index.md:75 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* The new code should still in..."]
content/posts/newsletter-013/index.md:76:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk]
content/posts/newsletter-013/index.md:78:81 MD013/line-length Line length [Expected: 80; Actual: 185]
content/posts/newsletter-013/index.md:80:81 MD013/line-length Line length [Expected: 80; Actual: 135]
content/posts/newsletter-013/index.md:86 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]

Changes that are needed to make the linter happy are:

  • Add an extra line after the heading
  • Add alt text for the images (goes inside the [] for the image embed syntax)
  • Lines should not be longer than 80 characters
  • Replace the * with - for the list items
  • Add a line break above the list
  • Remove one of the linebreaks before the next heading

Copy link
Contributor Author

@eloraiby eloraiby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@17cupsofcoffee 17cupsofcoffee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks for fixing!

@ozkriff ozkriff changed the title NeoCogi's libs Newsletter 13: Add NeoCogi's libs Sep 2, 2020
@ozkriff ozkriff mentioned this pull request Sep 2, 2020
53 tasks
@eloraiby
Copy link
Contributor Author

eloraiby commented Sep 5, 2020

Checks have passed, no merge conflicts, @ozkriff please validate!

Copy link
Member

@ozkriff ozkriff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 (made a few style tweaks for consistency and converted to third-person)

@ozkriff ozkriff merged commit 3da4d7b into rust-gamedev:source Sep 7, 2020
@ozkriff
Copy link
Member

ozkriff commented Sep 7, 2020

Merged, thanks for the PR! Good luck with the rest of RIIR! :)

@eloraiby
Copy link
Contributor Author

eloraiby commented Sep 7, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants