Painless Gradle plugin for linting and formatting Kotlin source files using the awesome ktlint engine.
Read more
Painless Gradle plugin for linting and formatting Kotlin source files using the awesome ktlint engine.
Read more
Konsist is a linter that guards the consistency of Kotlin projects by enforcing a cohesive code structure and unified architecture.
Read more
lintr provides static code analysis for R. It checks for adherence to a given style, identifying syntax errors and possible semantic issues.
Read more
This article picks some useful tools to help you fix Java code.
Read more
The PHP Coding Standards Fixer (PHP CS Fixer) fixes your code to follow the standards.
Read more
PHPStan focuses on finding errors in your code without actually running it.
Read more
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
Read more
PHPLint is a tool that can speed up linting of php files by running several lint processes at once.
Read more
This application checks the syntax of PHP files in parallel. It can output in plain text, colored text, json and checksyntax formats.
Read more
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
Read more
rumdl is a modern Markdown linter and formatter, built for speed with Rust.
Read more
This article picks some useful tools to help you fix Clojure code.
Read more
CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code
Read more
Jarl is a fast linter for R: it does static code analysis to search for programming errors, bugs, and suspicious patterns of code.
Read more
The Checker Framework enhances Java’s type system to make it more powerful and useful. This lets software developers detect and prevent errors
Read more
Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml.
Read more
NullAway is a tool that offers fast annotation-based null checking for Java.
Read more
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks
Read more
Yagni is a static code analyzer that helps you find unused code in your applications and libraries.
Read more
SpotBugs is a program which uses static analysis to look for bugs in Java code. It’s a fork of the abandoned FindBugs.
Read more