aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-11-12 21:47:41 -0800
committerDave Barach <openvpp@barachs.net>2019-11-13 12:51:07 +0000
commit069e2a734cf75f4d151efe49d1efc51bc82cedb2 (patch)
treed1a97d6caf59ed6dbd6248149c8ddee3aab08fee /Makefile
parent6af62565e34f90fc0f9811c14753996a2d14ab16 (diff)
build: fix make checkstyle
Type: fix Comment out yamllint for now. Change-Id: Id40a5aef3fa15b2c6e9d7fe6fd6201923593b4cd Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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