Skip to content

Commit

Permalink
fixed whitelisting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Jun 10, 2020
1 parent 6a110b3 commit 8b4a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -66,7 +66,7 @@ Whitelisting
False positives can happen so there is a whitelist feature to fix them shorthand.
You can either add entries to the default whitelist with ``--whitelist-extend`` or overwrite the default with ``--whitelist``.
Both arguments expect a string of ``#`` separated regex strings (whitespaces are preserved). E.g. ``eradicate --whitelist "foo#b a r" filename``
Those regex strings are matched against the start of the comment itself.
Those regex strings are matched case insensitive against the start of the comment itself.

For the default whitelist please see ``eradicate.py``.

Expand Down

0 comments on commit 8b4a780

Please sign in to comment.