build: fix make checkstyle 91/23391/5
authorFlorin Coras <fcoras@cisco.com>
Wed, 13 Nov 2019 05:47:41 +0000 (21:47 -0800)
committerDave Barach <openvpp@barachs.net>
Wed, 13 Nov 2019 12:51:07 +0000 (12:51 +0000)
Type: fix

Comment out yamllint for now.

Change-Id: Id40a5aef3fa15b2c6e9d7fe6fd6201923593b4cd
Signed-off-by: Florin Coras <fcoras@cisco.com>
Makefile

index 7f5092b..6788a3c 100644 (file)
--- 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