From 59d3318152c2e51dbea99e5ee6da45974b1acc8f 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 12:11:41 -0500
Subject: [PATCH] Change info format
---
linter/readme.md | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/linter/readme.md b/linter/readme.md
index 882d487..c97639e 100644
--- a/linter/readme.md
+++ b/linter/readme.md
@@ -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 `\`
- Spaces between badges |
+| [Content about](rules/content_about.py) line. | - Trailing `\`
- Spaces between words (including `,`) |
+| [Featured playlists](rules/featured_playlists.py) line. | - Trailing `\`
- Spaces between words (including `,`) and a trailing `.` |
+| [Links formatted](rules/link_format.py) | - Well-formatted links (`[text](link)`) |