Add analy and assist in list of default false positives #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Codecov Report
Continue to review full report at Codecov.
@ -2,12 +2,14 @@ package goaway// DefaultFalsePositives is a list of words that may wrongly trigger the DefaultProfanitiesvar DefaultFalsePositives = []string{"analy", // analysis, analyticsTo be honest, this one could probably be abused (even if the proper way to type it would be
anally), but we'd have to addanalyzfor analyze,analytfor analytics andanalysfor analysis, so I guess we'll just go withanalyas you've suggested.Ultimately, users are free to provide their own list of false positives, so it shouldn't be too much of a big deal.
Thank you for the contribution!
Released in v1.6.6.