From 069e2a734cf75f4d151efe49d1efc51bc82cedb2 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 12 Nov 2019 21:47:41 -0800 Subject: [PATCH] build: fix make checkstyle Type: fix Comment out yamllint for now. Change-Id: Id40a5aef3fa15b2c6e9d7fe6fd6201923593b4cd Signed-off-by: Florin Coras --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f5092b5570..6788a3cc528 100644 --- a/Makefile +++ b/Makefile @@ -559,7 +559,7 @@ cscope: cscope.files checkstyle: @build-root/scripts/checkstyle.sh - yamllint $(WS_ROOT)/src + #yamllint $(WS_ROOT)/src fixstyle: @build-root/scripts/checkstyle.sh --fix -- 2.16.6