From 01f951070d601768a192e5ad3dc8282c851aafb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20De=20Freitas?= <37962411+JoseDeFreitas@users.noreply.github.com> Date: Mon, 8 Feb 2021 09:13:51 -0500 Subject: [PATCH] Add specifications --- linter/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linter/readme.md b/linter/readme.md index bb356d1..882d487 100644 --- a/linter/readme.md +++ b/linter/readme.md @@ -8,10 +8,10 @@ list without breaking the layouts (images, new lines, etc.) The rules that the linter follows are: -- Trailing `\` at the end of the name and link of the YouTuber. -- Trailing `\` at the end of the "Content about" section. -- Trailing `\` at the end of the "Featured playlists" section. +- 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 `,`). +- Spaces between "Featured playlists" words (including `,`) and a dot (`.`) at the end of the line. - Links formatted correctly in the markdown syntax (`[text](link)`)