Skip to content

Commit 701e556

Browse files
committed
goimports-reviser: remove hack
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent c2b949f commit 701e556

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)