From d0745f417ce32d647ab5a949b6027404da5e98c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Jan 2012 10:57:59 +0100 Subject: maint: enable the sc_space_tab syntax-check rule * cfg.mk (local-checks-to-skip): Remove sc_space_tab, thus enabling this syntax-check rule. * tests/quoted-filenames: Use TAB-space, not space-TAB. --- cfg.mk | 3 +-- tests/quoted-filenames | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cfg.mk b/cfg.mk index 63dda64..7fef9d0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -30,8 +30,7 @@ local-checks-to-skip = \ sc_prohibit_magic_number_exit \ sc_prohibit_strcmp \ sc_prohibit_test_minus_ao \ - sc_require_test_exit_idiom \ - sc_space_tab + sc_require_test_exit_idiom exclude_file_name_regexp--sc_prohibit_doubled_word = ^src/util\.c$$ exclude_file_name_regexp--sc_unmarked_diagnostics = ^src/util\.c$$ diff --git a/tests/quoted-filenames b/tests/quoted-filenames index ffbac09..d1fbe88 100644 --- a/tests/quoted-filenames +++ b/tests/quoted-filenames @@ -18,13 +18,13 @@ use_tmpdir # \ / : * ? " < > | cat > d.diff < " "' +ncheck 'echo one > " "' ncheck 'patch -s -p0 < d.diff' -- cgit v1.2.1