summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-08 14:01:09 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-08 14:03:34 +0200
commit91674272b733e33ee7abc1d513bf9096b7bd8a45 (patch)
tree19f108a570116128213a2a13588c57ac844b77e3
parent33d617ad7419c4ff0d1ac4f964620797efff4ee2 (diff)
downloadgnutls-tmp-add-code-climate.tar.gz
.gitlab-ci.yml: added warning cppcheck checkstmp-add-code-climate
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b15f0280a..4c78f21dd2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
DEBIAN_BUILD: buildenv-debian-stretch
FEDORA_BUILD: buildenv-f26
FEDORA_X86_BUILD: buildenv-f26-x86
- CPPCHECK_OPTIONS: "--enable=style --enable=performance --enable=portability --std=c99 --suppressions-list=devel/cppcheck.suppressions --template='{id}:{file}:{line},{severity},{message}'"
+ CPPCHECK_OPTIONS: "--enable=warning --enable=style --enable=performance --enable=portability --std=c99 --suppressions-list=devel/cppcheck.suppressions --template='{id}:{file}:{line},{severity},{message}'"
GET_SOURCES_ATTEMPTS: "3"
##################################################