Build software better, together

Clean code linters

Make sure your code matches your style guide with these essential code linters.

jshint / jshint

JSHint is a tool that helps to detect errors and potential problems in your JavaScript code

PyCQA / flake8

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 / checkstyle

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…

rubocop / rubocop

A Ruby static code analyzer and formatter, based on the community Ruby style guide.

oclint / oclint

A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C

coala / coala

coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.