summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-28 18:19:43 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-28 18:23:16 +0100
commit628ba5a0c08fe1014a5094d662e6455e3e5d0ea0 (patch)
treee722bef57085b07adbd01bce80997a1623f5c5de
parent41bcaa1ae50ae56dccd80bba109dc806e12fd2e1 (diff)
downloadgnutls-tmp-syntax-check-merge.tar.gz
moved all syntax check exceptions in cfg.mktmp-syntax-check-merge
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--cfg.mk4
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 789e1f1cf9..52a746312e 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:
diff --git a/cfg.mk b/cfg.mk
index 82c77bc8fe..08ff220957 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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 \