We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07707d commit b81109cCopy full SHA for b81109c
pkg/golinters/staticcheck.go
@@ -14,7 +14,8 @@ func NewStaticcheck(settings *config.StaticCheckSettings) *goanalysis.Linter {
14
15
return goanalysis.NewLinter(
16
"staticcheck",
17
- "Staticcheck is a go vet on steroids, applying a ton of static analysis checks",
+ "It's a set of rules from staticcheck. It's not the same thing as the staticcheck binary."+
18
+ " The author of staticcheck doesn't support or approve the use of staticcheck as a library inside golangci-lint.",
19
analyzers,
20
nil,
21
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments