Skip to content

Commit

Permalink
Update command for golangci-lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Oct 9, 2024
1 parent d55a0aa commit dcffd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ endif
all: build

lint:
$(GOLANGCILINT) run --config $(ETC_DIR)/golangci.yml ./...
$(GOLANGCILINT) run

lint-fix:
$(GOLANGCILINT) run --config $(ETC_DIR)/golangci.yml --fix ./...
$(GOLANGCILINT) run --fix

build:
$(GO) build ./...
Expand Down

0 comments on commit dcffd66

Please sign in to comment.