From: Florin Coras Date: Wed, 13 Nov 2019 05:47:41 +0000 (-0800) Subject: build: fix make checkstyle X-Git-Tag: v20.05-rc0~389 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=069e2a734cf75f4d151efe49d1efc51bc82cedb2;p=vpp.git build: fix make checkstyle Type: fix Comment out yamllint for now. Change-Id: Id40a5aef3fa15b2c6e9d7fe6fd6201923593b4cd Signed-off-by: Florin Coras --- 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