From: Dave Wallace Date: Wed, 13 Nov 2019 17:32:28 +0000 (-0500) Subject: build: Revert "build: fix make checkstyle" X-Git-Tag: v20.05-rc0~385 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F23415%2F2;p=vpp.git build: Revert "build: fix make checkstyle" 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 Change-Id: I2ab6bee642b7ed631d2aa06203c76c3d0ca01c9e --- diff --git a/Makefile b/Makefile index 6788a3cc528..7f5092b5570 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