File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -610,8 +610,8 @@ generate-diagrams-proposals: ## Generate diagrams for *.plantuml files in propos
610
610
.PHONY : lint
611
611
lint : $(GOLANGCI_LINT ) # # Lint the codebase
612
612
$(GOLANGCI_LINT ) run -v $(GOLANGCI_LINT_EXTRA_ARGS )
613
- cd $(TEST_DIR ) ; $(GOLANGCI_LINT ) run --path-prefix $(TEST_DIR ) -v $(GOLANGCI_LINT_EXTRA_ARGS )
614
- cd $(TOOLS_DIR ) ; $(GOLANGCI_LINT ) run --path-prefix $(TOOLS_DIR ) -v $(GOLANGCI_LINT_EXTRA_ARGS )
613
+ cd $(TEST_DIR ) ; $(GOLANGCI_LINT ) run --path-prefix $(TEST_DIR ) --config $( ROOT_DIR ) /.golangci.yml - v $(GOLANGCI_LINT_EXTRA_ARGS )
614
+ cd $(TOOLS_DIR ) ; $(GOLANGCI_LINT ) run --path-prefix $(TOOLS_DIR ) --config $( ROOT_DIR ) /.golangci.yml - v $(GOLANGCI_LINT_EXTRA_ARGS )
615
615
./scripts/ci-lint-dockerfiles.sh $(HADOLINT_VER ) $(HADOLINT_FAILURE_THRESHOLD )
616
616
617
617
.PHONY : lint-dockerfiles
You can’t perform that action at this time.
0 commit comments