From a4c544ef1282b2ac73ce43885bd7a9691958958e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Aug 2009 14:03:17 +0200 Subject: [PATCH] build: enable syntax-check: TAB-only indentation in Makefiles * cfg.mk (disable_temporarily): Remove sc_makefile_TAB_only_indentation. --- cfg.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index c672e4d..c43185c 100644 --- a/cfg.mk +++ b/cfg.mk @@ -63,7 +63,6 @@ local-checks-to-skip = \ sc_useless_cpp_parens disable_temporarily = \ - sc_makefile_TAB_only_indentation \ sc_unmarked_diagnostics \ sc_prohibit_ctype_h \ sc_prohibit_asprintf \ -- 1.8.3.1