Skip to content

Commit

Permalink
review: explicitly output to default vendorlint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 7, 2023
1 parent 1916e0c commit 98851a4
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 @@ -62,7 +62,7 @@ lint-32bit: tool-install
$(TOOL_BIN)/golangci-lint run -v --build-tags no_tflite,no_pigpio --tests=false --disable-all --enable staticcheck --timeout 30m
go mod vendor
# parallelism is 1 for now because golangci-lint detects parallel runs and complains
etc/vendorlint.py all --linter $(abspath $(TOOL_BIN)/golangci-lint) --parallel 1
etc/vendorlint.py all --linter $(abspath $(TOOL_BIN)/golangci-lint) --parallel 1 --out vendorlint.json

lint-web: check-web
npm run lint --prefix web/frontend
Expand Down

0 comments on commit 98851a4

Please sign in to comment.