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 ## Rules
The rules that the linter follows are: | File containing | Rules followed |
| ---------------------------------------------------------- | ---------------------------------------------------------------------------- |
- Trailing `\` at the end of the name and link of the YouTuber line. | [YouTuber's name and link](rules/youtubers_names.py) line. | - Trailing `\`<br/>- Spaces between badges |
- Trailing `\` at the end of the "Content about" line. | [Content about](rules/content_about.py) line. | - Trailing `\`<br/>- Spaces between words (including `,`) |
- Trailing `\` at the end of the "Featured playlists" line. | [Featured playlists](rules/featured_playlists.py) line. | - Trailing `\`<br/>- Spaces between words (including `,`) and a trailing `.` |
- Spaces between badges. | [Links formatted](rules/link_format.py) | - Well-formatted links (`[text](link)`) |
- 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)`)