Skip to content

Commit

Permalink
Docs quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 21, 2018
1 parent 3410f57 commit acb8975
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ pip install flake8-eradicate

## Usage

Run your `flake8` checker as usual. Commented code should raise an error.
Run your `flake8` checker [as usual](http://flake8.pycqa.org/en/latest/user/invocation.html).
Commented code should raise an error.

We prefer not to raise a warning than to raise a false positive.
So, we ignore `--aggressive` option from `eradicate`.

## Error codes

Expand Down

0 comments on commit acb8975

Please sign in to comment.