make: run linter on verbose
This commit is contained in:
parent
00d1890dd0
commit
504a910def
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ include make/testing_flags.mk
|
||||
|
||||
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
||||
|
||||
LINT = $(LINT_BIN) run
|
||||
LINT = $(LINT_BIN) run -v
|
||||
|
||||
GREEN := "\\033[0;32m"
|
||||
NC := "\\033[0m"
|
||||
|
Loading…
Reference in New Issue
Block a user