build: Revert "build: fix make checkstyle" 15/23415/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 13 Nov 2019 17:32:28 +0000 (12:32 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 13 Nov 2019 17:45:24 +0000 (17:45 +0000)
This reverts commit 069e2a734cf75f4d151efe49d1efc51bc82cedb2.

Reason for revert: The vpp-verify-checkstyle-master build executor now
runs 'make install-dep'

Type: fix

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I2ab6bee642b7ed631d2aa06203c76c3d0ca01c9e

Makefile

index 6788a3c..7f5092b 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