Makefile: suggests install.tools
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
f46888f429
commit
741873adbe
2 changed files with 1 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ help:
|
|||
@echo " * 'lint' - Execute the source code linter"
|
||||
|
||||
lint: ${OCID_LINK}
|
||||
@which gometalinter > /dev/null 2>/dev/null || (echo "ERROR: gometalinter not found. Consider 'make install.tools' target" && false)
|
||||
@echo "checking lint"
|
||||
@./.tool/lint
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue