commit | 1cda0030e285637f227d14ee54a793c3c87eeb63 | [log] [tgz] |
---|---|---|
author | Nick Vatamaniuc <vatamane@gmail.com> | Thu Aug 22 23:00:53 2024 -0400 |
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | Fri Aug 23 02:55:40 2024 -0400 |
tree | 68162d72d228989e4279a1861d3e7cc24a6fe8a7 | |
parent | 34cb3bf7b25c84d42f8ba51ddc2f432cebd56a0a [diff] |
Correct scanner docs Plugin skip section can be full regexes, not just plain strings. Initially they were just plain strings, but since the `find` plugin got regexes, it was easy to just re-use the same logic. In the meantime, I forgot to update the docs.