Build software better, together (original) (raw)

Clean code linters

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

standard / standard

🌟 JavaScript Style Guide, with linter & automatic code fixer

eslint / eslint

Find and fix problems in your JavaScript code.

jshint / jshint

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

clutchski / coffeelint

Lint your CoffeeScript.

csscomb / csscomb.js

CSS coding style formatter

sds / scss-lint

Configurable tool for writing clean, consistent SCSS

htmlhint / HTMLHint

⚙️ The static code analysis tool you need for your HTML

validator / validator

Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG

CSSLint / csslint

Automated linting of Cascading Stylesheets

PyCQA / pycodestyle

Simple Python style checker in one Python file

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.

psf / black

The uncompromising Python code formatter

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

dominikh / go-tools

Staticcheck - The advanced Go linter

ndmitchell / hlint

Haskell source code suggestions

coala / coala

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

pre-commit / pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

innogames / igcommit

Git pre-receive hook to check commits and code style