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 | |
parent | 6c1bfce18ee986b1943519d9f63bb09c1a447229 (diff) | |
download | gnutls-de117a6694941f9a66d801d9c5660573e6ee88d2.tar.gz |
moved all syntax check exceptions in cfg.mk
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | cfg.mk | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05c63b89b6..69c8a2bf55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ Fedora/x86_64/syntax-check: script: - make autoreconf && mkdir -p build && cd build && ../configure --disable-doc --disable-cxx --disable-guile --disable-non-suiteb-curves - - make syntax-check 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 + - make syntax-check tags: - shared except: @@ -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 \ |