Psalm is a static analysis tool that attempts to dig into your program and find as many type-related bugs as possible.
Read more
The Linux Portal Site
Psalm is a static analysis tool that attempts to dig into your program and find as many type-related bugs as possible.
Read more
This article picks some useful tools to help you fix PHP code.
Read more
detekt helps you write cleaner Kotlin code so you can focus on what matters
Read more
flir is an R package to detect and rewrite code patterns. It was originally created to be an R linter and an alternative to lintr.
Read more
Mago is a comprehensive toolchain for PHP that helps developers write better code. Inspired by the Rust ecosystem.
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