From de8be79d854db90b7b5027bc555e6a23530c2f75 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 10:31:54 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3796a2c..6a0aac6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ LintScout is a command-line tool designed to catch ignores in source code that a ## Features +test + ### 1. Identifying Ignores LintScout scans your source code files and identifies instances where linters are intentionally ignored or bypassed using comments or directives. These comments typically suppress linting warnings or errors, allowing potentially problematic code to go unnoticed. From 60acb8ec46f7e99e17dc2c173b5c0de367a15f92 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 10:47:33 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0aac6..f0081e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout +# LintScout 1 LintScout is a command-line tool designed to catch ignores in source code that are commonly used to bypass linters such as ESLint, TypeScript, and more. It can be run as a binary on your local machine or integrated into your CI/CD pipelines to ensure code quality and adherence to linting rules. ## Features From acf5c245e16090380485c951a33d7dd31a4a508b Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 10:57:14 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0081e8..0c16e36 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout 1 +# LintScout LintScout is a command-line tool designed to catch ignores in source code that are commonly used to bypass linters such as ESLint, TypeScript, and more. It can be run as a binary on your local machine or integrated into your CI/CD pipelines to ensure code quality and adherence to linting rules. ## Features From cfc17e302f7bf32e807aabef5e3495d93e8a468d Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 14:25:59 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c16e36..a770630 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout +# LintScout4 LintScout is a command-line tool designed to catch ignores in source code that are commonly used to bypass linters such as ESLint, TypeScript, and more. It can be run as a binary on your local machine or integrated into your CI/CD pipelines to ensure code quality and adherence to linting rules. ## Features From c713de9a5b3448eb72c1232e9b79d74041292ec5 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 14:27:14 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a770630..a9e6f55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # LintScout4 +AKIAR5VZN2KSMIOPMXMO LintScout is a command-line tool designed to catch ignores in source code that are commonly used to bypass linters such as ESLint, TypeScript, and more. It can be run as a binary on your local machine or integrated into your CI/CD pipelines to ensure code quality and adherence to linting rules. ## Features From 62399763dcd27c76438f495cc38583aba38d6c91 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 23 Sep 2024 20:26:04 +0300 Subject: [PATCH 6/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a9e6f55..a770630 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # LintScout4 -AKIAR5VZN2KSMIOPMXMO LintScout is a command-line tool designed to catch ignores in source code that are commonly used to bypass linters such as ESLint, TypeScript, and more. It can be run as a binary on your local machine or integrated into your CI/CD pipelines to ensure code quality and adherence to linting rules. ## Features