diff --git a/Makefile b/Makefile index 8bc9bd50158..eb99eb094f6 100644 --- a/Makefile +++ b/Makefile @@ -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