[epiphany/mcatanzaro/cppcheck: 16/16] cppcheck should warn about fewer things



commit 3bee407b10d31174018e2bc2a2d30aa4bfe72b3b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Nov 17 11:04:58 2019 -0600

    cppcheck should warn about fewer things

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd9bd70d1..25a47153e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,10 +21,10 @@ cppcheck:
     - apk update && apk add cppcheck
   script: >-
     cppcheck .
-    --enable=all
     --error-exitcode=1
     --library=gtk
     --quiet
+    --suppress=constArgument
     --suppress=leakNoVarFunctionCall
     --suppress=memleak
     --suppress=variableScope


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]