summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2011-06-11 21:16:14 +0100
committerJames Youngman <jay@gnu.org>2011-06-12 02:46:11 +0100
commit0897af116e7333083c8b0ce98e8b882032abbf83 (patch)
treed50bbd5c9f739ad7d706b9ad35040588dd8a0fb6 /cfg.mk
parentadd5d62b747be8c76f78f4ede5b0f1f28df25639 (diff)
downloadfindutils-0897af116e7333083c8b0ce98e8b882032abbf83.tar.gz
Enable the sc_space_tab check
* cfg.mk: Enable the sc_space_tab check. Exclude various xargs test inputs and outputs from the check. * locate/Makefile.am (dblocation.texi): Remove space-tab sequences.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/cfg.mk b/cfg.mk
index 99c50573..33e23080 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,11 +23,9 @@ local-checks-to-skip += sc_error_message_period sc_error_message_uppercase \
# Errors I have not investigated; diagnose and fix later.
local-checks-to-skip += sc_makefile_at_at_check
-# False positives I don't have a workaround for yet.
-# sc_space_tab: several .xo test output files contain this sequence
-# for testing xargs's handling of white space.
-local-checks-to-skip += sc_space_tab
exclude_file_name_regexp--sc_obsolete_symbols = build-aux/src-sniff\.py
+exclude_file_name_regexp--sc_space_tab = \
+ xargs/testsuite/(inputs/.*\.xi|xargs.(gnu|posix|sysv)/.*\.xo)$$
# Skip sc_two_space_separator_in_usage because it reflects the requirements
# of help2man. It gets run on files that are not help2man inputs, and in
@@ -38,8 +36,6 @@ local-checks-to-skip += sc_two_space_separator_in_usage
# apart later.
local-checks-to-skip += sc_trailing_blank
-# Problems we can't easily fix because they apply to files which we
-# need to keep in sync, so can't easily make a local change to.
# sc_texinfo_acronym: perms.texi from coreutils uses @acronym{GNU}.
exclude_file_name_regexp--sc_texinfo_acronym = doc/perm\.texi