From 8c3e4837f01dbd8c310c3ea1bb57582cc9ffef7a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 2 Jul 2020 13:55:04 -0400 Subject: [PATCH] make: Don't run check-best-practices in check-local Signed-off-by: David Goulet --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1a1fa9b658..711d2cc037 100644 --- a/Makefile.am +++ b/Makefile.am @@ -273,7 +273,6 @@ check-local: \ check-spaces \ check-changes \ check-includes \ - check-best-practices \ shellcheck \ check-cocci