Skip to content

Commit b8b47ab

Browse files
committed
goimports-reviser: remove hack
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent 6f608da commit b8b47ab

2 files changed

Lines changed: 1 addition & 34 deletions

File tree

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)