Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add fast linting instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgulewich committed Oct 5, 2018
1 parent 21cc749 commit fedfe49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -52,7 +52,10 @@ consistent versions of linters, install version 2.0.11 as per the instructions i

To run lint checks:
```sh-session
# Lint all files:
make validate
# Lint only the files that have changed in git:
make validate FAST=1
# Run lint checks inside a docker container:
make validate-docker
```
Expand Down

0 comments on commit fedfe49

Please sign in to comment.