aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-11-13 12:32:28 -0500
committerDave Wallace <dwallacelf@gmail.com>2019-11-13 17:45:24 +0000
commited32c6391fb4e1f61188f5af53514f94113e7b9f (patch)
treec0e62c9df65710fcb665940536045bd485d5459b /Makefile
parent318fbfe89d4143824cec1ed81f9f7fbcddc21639 (diff)
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 <dwallacelf@gmail.com> Change-Id: I2ab6bee642b7ed631d2aa06203c76c3d0ca01c9e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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