Skip to content

Commit

Permalink
lint output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Oct 22, 2023
1 parent e06ccfe commit 17e59dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ lint: setup-lint; $(info $(M) running golangci-lint ...) @ ## run golangci-lint
# updating path since golangci-lint is looking for go binary and this may lead to
# conflict when multiple go versions are installed
$Q $(GOLINT) run -v -c $(LINT_CONFIG) --out-format checkstyle ./... > golangci-lint.out
$Q cat golangci-lint.out

mock: setup-mockery ; $(info $(M) running mockery ...) @ ## run mockery to generate mocks
$Q $(GOMOCK) --dir internal --all --keeptree --with-expecter
Expand Down

0 comments on commit 17e59dd

Please sign in to comment.