[tor-commits] [tor/master] make: Don't run check-best-practices in check-local

nickm at torproject.org nickm at torproject.org
Thu Jul 2 18:51:36 UTC 2020


commit 8c3e4837f01dbd8c310c3ea1bb57582cc9ffef7a
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Jul 2 13:55:04 2020 -0400

    make: Don't run check-best-practices in check-local
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 1a1fa9b65..711d2cc03 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
 





More information about the tor-commits mailing list