We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91fdab commit f67506aCopy full SHA for f67506a
pkg/golinters/ifshort.go
@@ -2,8 +2,9 @@ package golinters
2
3
import (
4
"github.com/esimonov/ifshort/pkg/analyzer"
5
- "github.com/golangci/golangci-lint/pkg/golinters/goanalysis"
6
"golang.org/x/tools/go/analysis"
+
7
+ "github.com/golangci/golangci-lint/pkg/golinters/goanalysis"
8
)
9
10
func NewIfshort() *goanalysis.Linter {
0 commit comments