This article picks some useful tools to help you fix C and C++ code.
Read more
This article picks some useful tools to help you fix C and C++ code.
Read more
Include What You Use is a source analysis tool for C and C++ projects built on Clang.
Read more
A linter is a tool used to analyze source code for potential errors, stylistic issues, and adherence to coding standards.
Read more
Stan uses GHC-generated HIE files to inspect source code, identify code that could be improved, and offer guidance.
Read more
Weeder is a command-line utility for Haskell that performs whole-program dead-code analysis.
Read more
This article picks some useful tools to help you validate OpenAPI in your project.
Read more
This article picks some useful tools to help you fix JavaScript code.
Read more
JSLint can lint JavaScript from the shell or from your own code, generate HTML reports, produce V8 coverage reports for Node.js and npm programs
Read more
This article picks some useful tools to help you fix Python code.
Read more
pydoclint is a Python docstring linter intended for developers who want stricter, more reliable docstring validation in Python projects.
Read more
Refurb is a command-line utility that helps developers modernize Python codebases
Read more
neostandard is an ESLint shareable configuration and helper designed as a modern successor to the standardjs style guide.
Read more
OpenAPI Validator is a configurable validator and linter for OpenAPI documents.
Read more
deptry is a command line utility for Python projects that checks declared dependencies against the modules actually imported by the codebase.
Read more
This article picks some useful tools to help you fix Markdown code.
Read more
Mado is a command-line Markdown linter written in Rust. It is designed to check Markdown documents for style and formatting issues.
Read more
This article picks some useful tools to help you fix Go code.
Read more
gomarklint is a command-line Markdown linter written in Go for engineering teams that want to keep documentation quality under control.
Read more
godot is a Go linter that helps keep source code comments consistent by checking whether comments end with a period when needed.
Read more
go-ruleguard is a Go static analysis tool that helps developers define project-specific linting checks and run them against Go code.
Read more