Lint helps developers discover and fix performance, security and formatting offenses in their code as well as teams to enforce and maintain consistent code policies accross their repositories.
No credit card required.
Lint allows development teams to enforce, monitor and improve code quality within their teams.
Lint checks your code for every staged file you commit.
Get notified early in the development process, don't wait for your build to crash.
Lint allows team managers to install and maintained consistent rules.
Receive warnings when your code contains an offense to a rule.
Get access to a full dashboard containing all the data you need in one place.
Lint currently works for HTML, CSS, Javascript, Ruby & Python.
Some of Lint's built-in linters.
Install Lint easily with NPM.
Install with NPM (local):
$ cd path/to/repository
$ npm install -D lint
You can then use NPX to run Lint
commands from inside your repository:
$ npx lint [COMMAND]
To (re)install Lint's git hooks:
$ npx lint install
Install with NPM (global):
$ npm install -g lint
You can then run Lint commands anywhere:
$ cd path/to/repository
$ lint [COMMAND]
To (re)install Lint's git hooks:
$ cd path/to/repository
$ lint install
Simply commit a file
and an analysis will start automatically.
$ git add example.rb
$ git commit -m "Test Lint"
Lint is free to use for personal use. For teams, Lint provides a plan for the needs of every size.