Skip to content

Commit

Permalink
fix lint into the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 18, 2024
1 parent 22ffcbf commit 87d42d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*.ign
go.work
go.work.sum
bin/*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ govulncheck:
lint:
@command -v golangci-lint >/dev/null 2>&1 || { \
echo "Installing golangci-lint..."; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(shell go env GOPATH)/bin; \
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin; \
}
@echo Running golangci-lint...
@for dir in $$(find $$(pwd -P) -mindepth 1 -maxdepth 4 -type d); do \
Expand Down

0 comments on commit 87d42d4

Please sign in to comment.