]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: cppcheck: disable style checks
authorDaiki Ueno <ueno@gnu.org>
Wed, 4 Aug 2021 04:45:30 +0000 (06:45 +0200)
committerDaiki Ueno <ueno@gnu.org>
Wed, 4 Aug 2021 04:45:30 +0000 (06:45 +0200)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index a1c560e85e15b5141b5a96fd6ae1f69721e7d062..946c085c708eafcd8880449d28cfe3e7da3854c8 100644 (file)
@@ -17,7 +17,7 @@ variables:
   MINGW_BUILD: buildenv-mingw-fedora34
   ALPINE_BASE_BUILD: buildenv-alpine-base
   COMPILER: gcc
-  CPPCHECK_OPTIONS: "--enable=warning --enable=style --enable=performance --enable=portability --std=c99 --suppressions-list=devel/cppcheck.suppressions --template='{id}:{file}:{line},{severity},{message}'"
+  CPPCHECK_OPTIONS: "--enable=warning --enable=performance --enable=portability --std=c99 --suppressions-list=devel/cppcheck.suppressions --template='{id}:{file}:{line},{severity},{message}'"
   GET_SOURCES_ATTEMPTS: "3"
   # With just one virtual core, parallel builds only make sense when
   # I/O wait is involved. If too many parallel builds are used, the overall