diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-11-28 18:19:43 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-29 09:02:18 +0100 |
commit | de117a6694941f9a66d801d9c5660573e6ee88d2 (patch) | |
tree | 60d7adb800eae1a192547d9f816ca56e65795ffa /cfg.mk | |
parent | 6c1bfce18ee986b1943519d9f63bb09c1a447229 (diff) | |
download | gnutls-de117a6694941f9a66d801d9c5660573e6ee88d2.tar.gz |
moved all syntax check exceptions in cfg.mk
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ exclude_file_name_regexp--sc_prohibit_cvs_keyword = ^lib/nettle/.*$$ exclude_file_name_regexp--sc_prohibit_undesirable_word_seq = ^tests/nist-pkits/gnutls-nist-tests.html$$ exclude_file_name_regexp--sc_space_tab = ^doc/.*.(pdf|png)|\.crl|\.pdf|\.zip|tests/nist-pkits/|tests/suite/x509paths/.*$$ _makefile_at_at_check_exceptions = ' && !/CODE_COVERAGE_RULES/ && !/VERSION/' +exclude_file_name_regexp--sc_m4_quote_check='lib/unistring/m4/absolute-header.m4' +exclude_file_name_regexp--sc_makefile_at_at_check='lib/unistring/Makefile.am' +exclude_file_name_regexp--sc_prohibit_stddef_without_use='u*-normalize.c' +exclude_file_name_regexp--sc_prohibit_strncpy='unistr.in.h' autoreconf: for f in $(PODIR)/*.po.in; do \ |