Skip to content

Commit 1364828

Browse files
committed
Remove the outdated golangci-lint makefile target
Signed-off-by: Ben <belimele@redhat.com>
1 parent 2f4a6b4 commit 1364828

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ test: lint test-go
183183
@echo "✅ test"
184184
.PHONY: test
185185

186-
golangci-lint: gen
187-
golangci-lint run --disable-all -E varcheck,structcheck,typecheck,errcheck,gosimple,unused,deadcode,ineffassign,staticcheck --timeout=10m
188-
@echo "✅ golangci-lint"
189-
.PHONY: golangci-lint
190-
191186
lint: gen
192187
@echo ""
193188
@if [ ! -f "$(GOBIN)/golangci-lint" ] || [ "v2.1.6" != "$$($(GOBIN)/golangci-lint --version 2>/dev/null | grep -o 'v[0-9]\+\.[0-9]\+\.[0-9]\+' || echo '')" ]; then \

0 commit comments

Comments
 (0)