summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 96fe455..360d61d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -44,12 +44,12 @@ if not meson.is_subproject() and get_option('lint')
'cppcheck',
cppcheck,
args: [
- '--check-level=exhaustive',
'--enable=warning,style,performance,portability',
'--error-exitcode=1',
'--project=' + compdb_path,
'--suppress=constParameterCallback',
'--suppress=constParameterPointer',
+ '--suppress=normalCheckLevelMaxBranches',
'--suppress=unreadVariable',
'-q',
],