From 11be4da1bf30ecc7272b5b55abd7e1a89a78b404 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Sun, 7 Jan 2024 13:28:29 +0200 Subject: [PATCH 01/54] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7279dd6..2db38cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. @@ -98,4 +99,4 @@ LintScout is inspired by the need for better linting and code quality tools in t --- -Thank you for using LintScout to improve your code quality and catch ignored linting issues. We look forward to your feedback and contributions to make this tool even better! \ No newline at end of file +Thank you for using LintScout to improve your code quality and catch ignored linting issues. We look forward to your feedback and contributions to make this tool even better! From 59a761dd1045d82c7d7e2169f3ed586f2806e208 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Sun, 7 Jan 2024 13:30:44 +0200 Subject: [PATCH 02/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2db38cf..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ 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 - ### 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 b487729b9b21b5d378c4cc3b4065752795500fa1 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 09:50:51 +0200 Subject: [PATCH 03/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From a5b561336557ef2719208becf6c8e99ffedc0541 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 09:55:04 +0200 Subject: [PATCH 04/54] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e9905a..9f484a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # 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. From 36118974d778a0a87fae277019c03bbff70f3aca Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 09:57:04 +0200 Subject: [PATCH 05/54] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9f484a5..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - # 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. From 50f402cf517e9e004ec3c736ff09f6cf2d0f0226 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 09:57:48 +0200 Subject: [PATCH 06/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e9905a..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. From 4fbd5a6616e94072362bf82ad682e16b037013b2 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 17:18:24 +0200 Subject: [PATCH 07/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From 89beb6696539593ec91adb7d736a95c75788b88c Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 17:24:20 +0200 Subject: [PATCH 08/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e9905a..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. From 245115ebbf5e257ee8f7c22a2dceefb2abf40cd3 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 17:26:20 +0200 Subject: [PATCH 09/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From 924313c02b53994fc184cf198b4b6d138e7acbb1 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 17:29:57 +0200 Subject: [PATCH 10/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e9905a..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. From 390e6acada721577ffd27f4023ad69cf946de4f0 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 17:30:23 +0200 Subject: [PATCH 11/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From 1c6d2340b78445cf94c76db58de05362bbed8ccf Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 21:32:30 +0200 Subject: [PATCH 12/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e9905a..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. From b54c2e454644610ad4c73cc5b53b39e9f7031f0e Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 21:37:47 +0200 Subject: [PATCH 13/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From 9c6b8631b2f33862e43c58531b53a291d1fd1265 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 21:50:59 +0200 Subject: [PATCH 14/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e9905a..f9db1fd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # 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. From ca9fb7baaf3ba72c4f70fc6d426d9a7aff4df825 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 21:56:12 +0200 Subject: [PATCH 15/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9db1fd..1e9905a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # 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. From 255900d7d9e32d5beeae3158d41365f7698217fb Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 21:59:12 +0200 Subject: [PATCH 16/54] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9905a..217fe14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# LintScout +# LintScout +AKIA123 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 8a46857d498ed590d7a0d2f1fe0d310b1c1f803c Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 22:01:15 +0200 Subject: [PATCH 17/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 217fe14..4c8ce36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LintScout -AKIA123 +AKIAIOSFODNN7EXAMPLX 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 efbc33c743193da8f0c17c491c4997f9b9244a60 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 8 Jan 2024 22:02:42 +0200 Subject: [PATCH 18/54] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c8ce36..a5b05b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # LintScout -AKIAIOSFODNN7EXAMPLX +[default] +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO +aws_secret_access_key = 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 +aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T 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 @@ -17,7 +21,8 @@ By default, LintScout will exit with a non-zero code if any instances of ignored LintScout also provides the flexibility to set a pass threshold using the `--pass-threshold ` option. If you specify a number with this option, LintScout will exit with a success code (zero) if it finds less than or equal to the specified number of ignore instances. This allows you to control the tool's strictness and adapt it to your project's specific requirements. ## Getting Started - +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO +aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T ### Installation To use LintScout, you need to install it on your local machine or include it in your CI/CD environment. From c8958803f65351f0723925c1759aae736ccf484c Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 12:46:43 +0200 Subject: [PATCH 19/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a5b05b7..e5054f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # LintScout [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From f22171fea113e103c953fe8e36299b3a8a91cd75 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 12:48:43 +0200 Subject: [PATCH 20/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5054f8..b248940 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout +# LintScout - peo [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From cff212b1210610e3ad759eb9b81fbc0233d28856 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 12:50:25 +0200 Subject: [PATCH 21/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b248940..e5054f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout - peo +# LintScout [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 5b1242c21c4d8829d0c743c9744122fbadf21c18 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 12:54:08 +0200 Subject: [PATCH 22/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5054f8..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 5d6563d046c3fcaa2cd8eca778940230c286fa90 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 13:18:57 +0200 Subject: [PATCH 23/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 59ede525f97a3acc7aa65ac09879da5af3f947c8 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 13:43:47 +0200 Subject: [PATCH 24/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa0d317..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 77ca22ad8b7139ae2bb33207319573407508013a Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 13:45:37 +0200 Subject: [PATCH 25/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 78588aa608ebc9c4d4a6394dc567f07e248df5c4 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 13:57:55 +0200 Subject: [PATCH 26/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa0d317..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 9e54e5926c62bf8ea93bef162456db4af5c0781b Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 13:59:57 +0200 Subject: [PATCH 27/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 220e17d130b223cd11aff3142dd6b68077084bd3 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 14:04:03 +0200 Subject: [PATCH 28/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa0d317..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 071d12bdf8db07c0bcf83ce708245755f081e9d6 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 14:14:21 +0200 Subject: [PATCH 29/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From ad4ef0132dc63c8572dd058e5ba2ddf6e64c6317 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 14:15:28 +0200 Subject: [PATCH 30/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa0d317..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 5790111ec17a0ad0068360e4b5545067e3d3700e Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 15:19:15 +0200 Subject: [PATCH 31/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From c8d420c93592ab06c6be6d4417e8edc1827d2aa6 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 16:30:25 +0200 Subject: [PATCH 32/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa0d317..5fb08fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout +. [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 241fe9c269100fc1439de3276ca72b5dac7530e2 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 16:50:25 +0200 Subject: [PATCH 33/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5fb08fb..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout -. [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 3f6488e462d92e700d1e69df9992b0b4f1f9e294 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 16:54:15 +0200 Subject: [PATCH 34/54] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa0d317..64f5b54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LintScout - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 15349f0500f733d4d5eb6538374d39a332c6db3e Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 16:57:00 +0200 Subject: [PATCH 35/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f5b54..aa0d317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 2b78a4ec8fe0dcd62185b6cf911f0e8e930e7e13 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 17:02:30 +0200 Subject: [PATCH 36/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa0d317..18026e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LintScout + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From a4687aeafcc141ea11066410f6c0184fcd04d5bf Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 17:11:01 +0200 Subject: [PATCH 37/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18026e4..a46baf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LintScout - + [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From fe4dc5b2ed8bceb8455929f9187edb249fa52093 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 17:13:47 +0200 Subject: [PATCH 38/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a46baf7..57092d7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO + aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_secret_access_key = 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 aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T From 79fd1bcbf9554033305746b20f5ab12e6373401e Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jan 2024 17:17:48 +0200 Subject: [PATCH 39/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57092d7..7b7a83f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LintScout + # LintScout From 87698036284b3cc72c6da3e21de773c80f872605 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 10 Jan 2024 09:01:30 +0200 Subject: [PATCH 40/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7a83f..57092d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - # LintScout +# LintScout From 6bc683b6071c532e7c7b7de37e15e49a33502f91 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jul 2024 16:38:51 +0300 Subject: [PATCH 41/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57092d7..039ea06 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ lintscout [OPTIONS] - `--pass-threshold `: Set a pass threshold. If the number of ignore instances is less than or equal to ``, the tool exits with a success code (zero). **Example:** - +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO ```bash # Run LintScout with a pass threshold of 5 $ lintscout --pass-threshold 5 /path/to/your/code From 05f0522beeeadcaeb88597228c38c437a4b9ece2 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jul 2024 16:40:14 +0300 Subject: [PATCH 42/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 039ea06..e6490d7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO + aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_secret_access_key = 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 aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T From ca11b9ea8fc5bc74dc21415cd1ee43ad25e2d66a Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Tue, 9 Jul 2024 16:41:35 +0300 Subject: [PATCH 43/54] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e6490d7..af2c29d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # LintScout - - [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO From 3cbf8d12e2080813a323a2b90cf5a4ee8ab496ab Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 15 Jul 2024 10:42:59 +0300 Subject: [PATCH 44/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af2c29d..62e2550 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [default] aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_secret_access_key = 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 From 5253c16c71831f25246922494d96f8148c01f35d Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 15 Jul 2024 10:44:41 +0300 Subject: [PATCH 45/54] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 62e2550..242e8f6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,7 @@ # LintScout [default] -aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO - -aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO -aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO -aws_secret_access_key = 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 -aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T 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 97ed8aeca34174c75bd24422e8fde0cb7f8c050b Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 15 Jul 2024 10:45:36 +0300 Subject: [PATCH 46/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242e8f6..c9c7100 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ By default, LintScout will exit with a non-zero code if any instances of ignored ### 3. Pass Threshold LintScout also provides the flexibility to set a pass threshold using the `--pass-threshold ` option. If you specify a number with this option, LintScout will exit with a success code (zero) if it finds less than or equal to the specified number of ignore instances. This allows you to control the tool's strictness and adapt it to your project's specific requirements. - + ## Getting Started aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO aws_secret_access_key = KmwbSLfs/SorHG7C0SSL9j70HMrAgZjYozgl7m+T From ee70e42ce743597d610f1796a0485a22c3a98ff2 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 15 Jul 2024 10:46:03 +0300 Subject: [PATCH 47/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c7100..17923f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LintScout - + [default] 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. From 601652a3218b5a2cd73f4e8fd6d5948e6d8c057a Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 14 Aug 2024 19:21:47 +0300 Subject: [PATCH 48/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17923f8..9f33e40 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ $ lintscout [OPTIONS] **Example:** aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO +aws_access_key_id = AKIAR5VZN2ZUMIOPMXMO ```bash # Run LintScout with a pass threshold of 5 $ lintscout --pass-threshold 5 /path/to/your/code From 123e53a9f00623bae7ef0d23bbf40d0d7e02cc78 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 11 Sep 2024 08:57:27 +0300 Subject: [PATCH 49/54] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f33e40..a60b55f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [default] +AKIAR5VZN2ZUMIOPMXMO + 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 7d69c3d6e79eb19389c8735bc1e6d2e7b0be881a Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Fri, 13 Sep 2024 20:51:10 +0300 Subject: [PATCH 50/54] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a60b55f..9f33e40 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [default] -AKIAR5VZN2ZUMIOPMXMO - 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 5bef735bfd2b1bc1ba1da24dd6fe2194030fac95 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Fri, 13 Sep 2024 20:52:41 +0300 Subject: [PATCH 51/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f33e40..eb522ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LintScout [default] - +AKIAR5VZN2ZUMISPMXMO 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 ca15b871f4da8780c8b8caceaa0e554d2c383f5b Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Wed, 18 Sep 2024 12:07:38 +0300 Subject: [PATCH 52/54] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb522ef..c527a79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # LintScout + [default] AKIAR5VZN2ZUMISPMXMO From ad225c41ddacb292a6af7fad5f345aa297d32083 Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 23 Sep 2024 20:21:15 +0300 Subject: [PATCH 53/54] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f54752..07e16c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +No change ### 1. Identifying Ignores From c3c5c39b9d805d1dc85929eb5a62a4eb9c65516a Mon Sep 17 00:00:00 2001 From: Elad Ben Shmuel Date: Mon, 23 Sep 2024 20:23:46 +0300 Subject: [PATCH 54/54] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 07e16c7..06cde47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -No change - ### 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.