mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 13:22:28 +00:00
makefile: Add static-checks target
Added the 'static-checks' make target to allow developers to easily run the static checks locally. Fixes #2206 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
parent
2f573bceaf
commit
afd9785051
6
Makefile
6
Makefile
@ -29,4 +29,8 @@ $(eval $(call create_all_rules,$(COMPONENTS),$(TOOLS),$(STANDARD_TARGETS)))
|
|||||||
generate-protocols:
|
generate-protocols:
|
||||||
make -C src/agent generate-protocols
|
make -C src/agent generate-protocols
|
||||||
|
|
||||||
.PHONY: all default
|
# Some static checks rely on generated source files of components.
|
||||||
|
static-checks: build
|
||||||
|
bash ci/static-checks.sh
|
||||||
|
|
||||||
|
.PHONY: all default static-checks
|
||||||
|
Loading…
Reference in New Issue
Block a user