Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 12, 2019
1 parent 415e1de commit f2e64e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ pip install flake8-eradicate
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`.
## Options

- `--eradicate-aggressive` to enable aggressive mode from `eradicate`, can lead to false positives

## Error codes

Expand Down

0 comments on commit f2e64e4

Please sign in to comment.