fix makefile
This commit is contained in:
parent
fbab00c608
commit
55b4cf35c6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -242,11 +242,11 @@ fmt:
|
||||||
|
|
||||||
## lint: Run linters
|
## lint: Run linters
|
||||||
lint:
|
lint:
|
||||||
$(GOLANGCI_LINT) run --build-tags $(GO_BUILD_TAGS)
|
@$(GOLANGCI_LINT) run --build-tags $(GO_BUILD_TAGS)
|
||||||
|
|
||||||
## fix: Fix linting issues
|
## fix: Fix linting issues
|
||||||
fix:
|
fix:
|
||||||
$(GOLANGCI_LINT) run --fix --build-tags $(GO_BUILD_TAGS)
|
@$(GOLANGCI_LINT) run --fix --build-tags $(GO_BUILD_TAGS)
|
||||||
|
|
||||||
## deps: Download dependencies
|
## deps: Download dependencies
|
||||||
deps:
|
deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue