maint: enable more syntax checks
authorJim Meyering <meyering@fb.com>
Tue, 19 Aug 2014 15:59:38 +0000 (08:59 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 10 Nov 2014 16:40:00 +0000 (08:40 -0800)
commitaef5feaf109fa88968c9e1c78754e20386c4b96a
tree1b601fbad2ec5ade6104785c0fb4c9c9576be0b0
parentd996119145a5b3accd5e8f34a6e1766942a30cbd
maint: enable more syntax checks

* cfg.mk (local-checks-to-skip): Remove several rule names from this
list, thus enabling the corresponding checks.  To fix some, I made
syntactic changes to source files.  In other cases, I exempted certain
files from the checks.
Add exemptions for these:
  sc_prohibit_atoi_atof = ^(gzip|sample/sub)\.c$$
  sc_space_tab = ^lib/match\.c$$
  sc_useless_cpp_parens = ^(lib/match\.c|tailor\.h)$$
* configure.ac: Add quotes to fix under-quoting.
* deflate.c: Remove unnecessary cpp parentheses.
* tests/Makefile.am (TEST_ENVIRONMENT): Remove space-before-TAB.
* unlzw.c: Change some TABs to spaces.
cfg.mk
configure.ac
deflate.c
tests/Makefile.am
unlzw.c