mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
chore: fix typo on makefile help
This commit is contained in:
parent
7d74abd677
commit
dee7890569
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ build: test
|
||||
@echo $(ECHOFLAGS) "$(OK_COLOR)==> Building binary ($(BUILDOS)/$(BUILDARCH)/$(BIN))...$(NO_COLOR)"
|
||||
@$(BUILDENVS) go build -v $(BUILDFLAGS) -o bin/$(BUILDOS)_$(BUILDARCH)/$(BIN) ./cmd/git-sv
|
||||
|
||||
## list: run golangci-lint without autofix
|
||||
## lint: run golangci-lint without autofix
|
||||
lint:
|
||||
@echo $(ECHOFLAGS) "$(OK_COLOR)==> Running golangci-lint...$(NO_COLOR)"
|
||||
@golangci-lint run ./... --config .golangci.yml
|
||||
|
Loading…
Reference in New Issue
Block a user