Skip to content

Commit

Permalink
remove explicit config location call
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Feb 20, 2024
1 parent 287f3cd commit 2269f56
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 @@ -352,7 +352,7 @@ golangci_version=v1.51.2
lint:
@echo "--> Running linter"
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(golangci_version)
@$(golangci_lint_cmd) run --timeout=10m -c .golangci.yml
@$(golangci_lint_cmd) run --timeout=10m

lint-fix:
@echo "--> Running linter"
Expand Down

0 comments on commit 2269f56

Please sign in to comment.