Skip to content

Clean code linters

Make sure your code matches your style guide with these essential code linters.
JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
9055 1632 JavaScript
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
3737 336 Python
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly co…
A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C
coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.