From acb89751a8263c264dba9eb87f5576598c401e93 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 21 Sep 2018 11:29:47 +0300 Subject: [PATCH] Docs quickfix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dca1bc4..1fa081d 100644 --- a/README.md +++ b/README.md @@ -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