diff --git a/README.md b/README.md index ec9550b..8e2314b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # 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 +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.