Skip to content

Clean code linters

Make sure your code matches your style guide with these essential code linters.
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.
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…
coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.