[epiphany] CI: suppress more bad cppcheck warnings
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] CI: suppress more bad cppcheck warnings
- Date: Fri, 20 Dec 2019 15:06:31 +0000 (UTC)
commit 5f6314c0e1ebe82193f7cc0fb1a05f610771e81f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Dec 20 09:06:21 2019 -0600
CI: suppress more bad cppcheck warnings
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 794917158..c7ee46870 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ cppcheck:
--quiet
--suppress=constArgument
--suppress=ctunullpointer
+ --suppress=deallocret
+ --suppress=knownConditionTrueFalse
--suppress=leakNoVarFunctionCall
--suppress=literalWithCharPtrCompare
--suppress=memleak
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]