Skip to content

Commit 5f11371

Browse files
authored
Merge pull request containerd#3911 from apostasie/ci-import-reviser
CI: goimports-reviser: remove hack
2 parents 3a99ed8 + 701e556 commit 5f11371

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lint-go:
7575
GOOS=freebsd golangci-lint run $(VERBOSE_FLAG_LONG) ./...
7676

7777
lint-imports:
78-
cd $(MAKEFILE_DIR) && ./hack/lint-imports.sh
78+
cd $(MAKEFILE_DIR) && goimports-reviser -recursive -list-diff -set-exit-status -output stdout -company-prefixes "github.com/containerd" ./...
7979

8080
lint-fix-imports:
8181
cd $(MAKEFILE_DIR) && goimports-reviser -company-prefixes "github.com/containerd" ./...

hack/lint-imports.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)