Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
Read more
The Linux Portal Site
Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.
Read more
OCLint is a static code analysis tool for improving quality and reducing defects by inspecting C, C++ and Objective-C code.
Read more
Cpplint is a command-line tool to check C/C++ files for style issues according to Google’s C++ style guide.
Read more
Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour
Read more
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code.
Read more
OpenAPI Linter is a CLI and a Node.js library to validate OpenAPI specification. It is based on Spectral by Stoplight with OpenAPI rules with additional rules. The goal of Linter is to check whether the spec contains enough information to
Read more
Cherrybomb helps prevent incorrect code implementation. It works by validating and testing your API using an OpenAPI file.
Read more
Gofmt formats Go programs. It uses tabs for indentation and blanks for alignment. Alignment assumes that an editor is using a fixed-width font.
Read more
golangci-lint runs linters in parallel, uses caching, supports YAML configuration, integrates with all major IDEs.
Read more
eradicate removes commented-out code from Python files.
Read more
Pyrefly aims to increase development velocity with IDE features and by checking your Python code.
Read more
cython-lint is a tool and pre-commit hook to lint Cython files.
Read more
Zally is a quality assurance tool. It’s a linter for OpenAPI specifications.
Read more
speccy makes sure your OpenAPI 3.0 specifications are more than just valid. It makes sure they’re useful.
Read more
Redocly CLI is an all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions
Read more
Spectral is a flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI, Arazzo, and AsyncAPI.
Read more
vacuum is billed as an ultra-super-fast, lightweight OpenAPI linter and quality checking tool.
Read more
autopep8 automatically formats Python code to conform to the PEP 8 style guide.
Read more
isort is a Python utility / library to sort imports alphabetically and automatically separate into sections and by type.
Read more
Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting.
Read more