Skip to content

Commit 35e2e61

Browse files
authored
Merge pull request noobaa#1688 from Neon-White/remove-outdated-go-lint-make-target
Remove the outdated `golangci-lint` makefile target
2 parents 2f4a6b4 + 1364828 commit 35e2e61

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)