Skip to content

Commit

Permalink
workaround to fix linter problem related to the ruleguard, more detai…
Browse files Browse the repository at this point in the history
  • Loading branch information
tclemos committed Apr 18, 2023
1 parent ecee07d commit 6f860f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install-linter: ## Installs the linter

.PHONY: lint
lint: ## Runs the linter
$$(go env GOPATH)/bin/golangci-lint run
export "GOROOT=$$(go env GOROOT)" && $$(go env GOPATH)/bin/golangci-lint run

.PHONY: update-external-dependencies
update-external-dependencies: ## Updates external dependencies like images, test vectors or proto files
Expand Down

0 comments on commit 6f860f4

Please sign in to comment.