748 skills found · Page 1 of 25
astral-sh / RuffAn extremely fast Python linter and code formatter, written in Rust.
standard / Standard🌟 JavaScript Style Guide, with linter & automatic code fixer
eslint / EslintFind and fix problems in your JavaScript code.
biomejs / BiomeA toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
facebook / InferA static analyzer for Java, C, C++, and Objective-C
semgrep / SemgrepLightweight static analysis for many languages. Find bug variants with patterns that look like source code.
analysis-tools-dev / Static Analysis⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
phpstan / PhpstanPHP Static Analysis Tool - discover bugs in your code without running it!
rubocop / RubocopA Ruby static code analyzer and formatter, based on the community Ruby style guide.
reviewdog / Reviewdog🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
checkstyle / CheckstyleCheckstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
securego / GosecGo security checker
PyCQA / BanditBandit is a tool designed to find common security issues in Python code.
detekt / DetektStatic code analysis for Kotlin
danmar / Cppcheckstatic analysis of C/C++ code
datreeio / DatreePrevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
dsherret / Ts MorphTypeScript Compiler API wrapper for static analysis and programmatic code changes.
pylint-dev / PylintIt's not just a linter that annoys you!
phan / PhanPhan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
mgechev / Revive🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint