diff options
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -31,7 +31,14 @@ local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h \ sc_require_config_h sc_require_config_h_first \ sc_immutable_NEWS sc_prohibit_magic_number_exit \ sc_bindtextdomain -VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux|gl|lib/gllib|lib/glm4)/.*$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux/|gl/|lib/gllib/|lib/glm4/|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/|doc/fdl-1.3.texi)$ + +# Explicit syntax-check exceptions. +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/TestIndef.p12$ +exclude_file_name_regexp--sc_GPL_version = ^lib/libtasn1.h$ +exclude_file_name_regexp--sc_program_name = ^tests/|examples/ +exclude_file_name_regexp--sc_prohibit_atoi_atof = ^src/asn1Coding.c|src/asn1Decoding.c$ +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/crlf.cer|tests/TestIndef.p12$ bootstrap-tools := autoconf,automake,libtool,bison gpg_key_ID = b565716f |