maint: move syntax check exemptions into cfg.mk
commitfac1526740ee9b4b9c1e44b52197586e5cbef42c
authorEric Blake <eblake@redhat.com>
Sat, 22 Dec 2012 14:18:15 +0000 (22 07:18 -0700)
committerGary V. Vaughan <gary@gnu.org>
Wed, 18 Sep 2013 13:53:33 +0000 (18 20:53 +0700)
treee99be63a8d32b44f81cd2a6bf8b4191fc67bd4e8
parent845013907b194e5de4d30e777b21d6e9708e7b4c
maint: move syntax check exemptions into cfg.mk

It's easier to maintain exemptions in a single file than it is
to maintain a bunch of hidden .x files.
* .x-sc_cast_of_argument_to_free: Delete file.
* .x-sc_prohibit_tab_based_indentation: Likewise.
* .x-sc_require_config_h: Likewise.
* .x-sc_require_config_h_first: Likewise.
* Makefile.am (syntax_check_exceptions): Delete rule.
* cfg.mk (exclude_file_name_regexp): Move exemptions here.

Signed-off-by: Eric Blake <eblake@redhat.com>
.x-sc_cast_of_argument_to_free [deleted file]
.x-sc_prohibit_tab_based_indentation [deleted file]
.x-sc_require_config_h [deleted file]
.x-sc_require_config_h_first [deleted file]
Makefile.am
cfg.mk