Igor Dolgov

Results 2 issues of Igor Dolgov

### Describe the bug version: 1.6.9 test: ```package driver_test import ( "testing" goaway "github.com/TwiN/go-away" "github.com/stretchr/testify/require" ) func TestDefaultDriver_AR_4768(t *testing.T) { detector := goaway.NewProfanityDetector().WithCustomDictionary( []string{"anal", "babi"}, // profanities []string{"babibu"}, // falsePositives...

bug

Hi Ole, do we plan to include the tool in the https://github.com/golangci/golangci-lint ?