We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd047 commit 9755088Copy full SHA for 9755088
test/cppcheck_suppressions.txt
@@ -67,6 +67,9 @@ passedByValue:src/utils/system.cc:166
67
passedByValue:test/common/modsecurity_test.cc:49
68
passedByValue:test/common/modsecurity_test.cc:98
69
70
+uninitvar:src/operators/verify_cpf.cc:77
71
+uninitvar:src/operators/verify_svnr.cc:67
72
+
73
noExplicitConstructor:seclang-parser.hh
74
constParameter:seclang-parser.hh
75
accessMoved:seclang-parser.hh
@@ -86,6 +89,11 @@ constParameter
86
89
87
90
nullPointerRedundantCheck
88
91
knownConditionTrueFalse
92
+cstyleCast
93
+functionStatic
94
+variableScope
95
+shadowFunction
96
+unreadVariable
97
98
99
// Examples
0 commit comments