Change info format

This commit is contained in:
José De Freitas 2021-02-08 12:11:41 -05:00 committed by GitHub
parent 01f951070d
commit 59d3318152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,9 @@ list without breaking the layouts (images, new lines, etc.)
## Rules
The rules that the linter follows are:
- Trailing `\` at the end of the name and link of the YouTuber line.
- Trailing `\` at the end of the "Content about" line.
- Trailing `\` at the end of the "Featured playlists" line.
- Spaces between badges.
- Spaces between "Content about" words (including `,`).
- Spaces between "Featured playlists" words (including `,`) and a dot (`.`) at the end of the line.
- Links formatted correctly in the markdown syntax (`[text](link)`)
| File containing | Rules followed |
| ---------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [YouTuber's name and link](rules/youtubers_names.py) line. | - Trailing `\`<br/>- Spaces between badges |
| [Content about](rules/content_about.py) line. | - Trailing `\`<br/>- Spaces between words (including `,`) |
| [Featured playlists](rules/featured_playlists.py) line. | - Trailing `\`<br/>- Spaces between words (including `,`) and a trailing `.` |
| [Links formatted](rules/link_format.py) | - Well-formatted links (`[text](link)`) |