PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks
Read more
PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks
Read more
The ultimate goal is that the code YAPF produces is as good as the code that a programmer would write if they were following the style guide.
Read more
blue is a somewhat less uncompromising code formatter than black, the OG of Python formatters.
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
This article picks some useful tools to help you fix C and C++ code.
Read more
A linter is a tool used to analyze source code for potential errors, stylistic issues, and adherence to coding standards.
Read more
This article picks some useful tools to help you fix JavaScript code.
Read more
This article picks some useful tools to help you validate OpenAPI in your project.
Read more
Rate My OpenAPI is a suite of tools designed to help software developers who are using OpenAPI to design and implement their APIs.
Read more
oval is an OpenAPI Specification (OAS) document validator that was built to replace the CLI provided by swagger-tools.
Read more
OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Read more
OAS-Kit converts Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint.
Read more
Roq is billed as a powerful static site generator that combines the best features of tools like Jekyll and Hugo, but within the Java ecosystem.
Read more
Floskell started as a fork of version 4 of Chris Done’s hindent. The formatting styles present in hindent 4 have been preserved in spirit
Read more
The Nu Html Checker (v.Nu) helps you catch unintended mistakes in your HTML, CSS, and SVG.
Read more
JADX is command line and GUI tools for producing Java source code from Android Dex and Apk files.
Read more
Semgrep is a fast, open-source, static analysis tool that searches code, finds bugs, and enforces secure guardrails and coding standards
Read more
Violations Lib is a Java library for parsing report files like static code analysis.
Read more
Its parser aims to be highly compliant to both the GitHub Flavored Markdown specification and the CommonMark specification.
Read more
ty is a fast Python type checker and language server. ty will run on all Python files in the working directory and or subdirectories.
Read more