Detect incorrect usage of Println/Printf like functions

Formatting functions from packages such as pkg/errors, logrus or zap

Tip Screenshot

How to use:

You don't need to do anything particular to use this feature. When using any output formatting function which is similar to fmt.Printf/fmt.Println from a package such as pkg/errors, logrus, or zap. A small list of these functions are: errors.Errorf(), or logrus.WithError().Infof().


Related Resources

Vulnerability checker
Analyze your codebase and highlight known vulnerabilities in go.mod
Rename constants that use reserved names
Rename a constant if it uses a name of a built-in constant.
Detect incorrect usages of t/b.Fatal* calls in goroutines
Find if tests or benchmarks are using t/b.Fatal* calls inside goroutines incorrectly