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.
2 parents 3a99ed8 + 701e556 commit 5f11371Copy full SHA for 5f11371
Makefile
@@ -75,7 +75,7 @@ lint-go:
75
GOOS=freebsd golangci-lint run $(VERBOSE_FLAG_LONG) ./...
76
77
lint-imports:
78
- cd $(MAKEFILE_DIR) && ./hack/lint-imports.sh
+ cd $(MAKEFILE_DIR) && goimports-reviser -recursive -list-diff -set-exit-status -output stdout -company-prefixes "github.com/containerd" ./...
79
80
lint-fix-imports:
81
cd $(MAKEFILE_DIR) && goimports-reviser -company-prefixes "github.com/containerd" ./...
hack/lint-imports.sh
0 commit comments