Would it be possible to be able to configure govet printfuncs?
This would be very useful. I'm having to run go vet -printfuncs Debugf,Infof,Logf,Errorf in addition to golangci-lint - it would be nice to include that too :-)
Thank you! It would be useful feature
I've merged #443 with the newest go vet. It supports:
if false { _ = fmt.Sprintf(format, args...) } as described in go tool vet help printf.golangci.yml via linters-settings.govet.settings.printf.funcs, see example in .golangci.ymlThank you @jirfag - I've tested that with my codebase and it works perfectly :-)
When are you planning a release? My CI will only use a release build of golangci-lint!
I think in 1-2 days
Most helpful comment
I think in 1-2 days