From a8f21d9273101d1d07c6932271d9f666e39dcb1d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 12 Jan 2025 15:58:23 -0800 Subject: [PATCH] update cppcheck to 2.16 (#2120) --- tests/misra/checkers.txt | 8 ++++---- tests/misra/install.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/misra/checkers.txt b/tests/misra/checkers.txt index 00160a5b..0b6bfc55 100644 --- a/tests/misra/checkers.txt +++ b/tests/misra/checkers.txt @@ -10,8 +10,8 @@ TEST variant options: Critical errors --------------- -No critical errors, all files were checked. -Important: Analysis is still not guaranteed to be 'complete' it is possible there are false negatives. +No critical errors encountered. +Note: There might still have been non-critical bailouts which might lead to false negatives. Open source checkers @@ -465,8 +465,8 @@ TEST variant options: Critical errors --------------- -No critical errors, all files were checked. -Important: Analysis is still not guaranteed to be 'complete' it is possible there are false negatives. +No critical errors encountered. +Note: There might still have been non-critical bailouts which might lead to false negatives. Open source checkers diff --git a/tests/misra/install.sh b/tests/misra/install.sh index c1fdbe83..9c8fd385 100755 --- a/tests/misra/install.sh +++ b/tests/misra/install.sh @@ -10,7 +10,7 @@ fi cd $CPPCHECK_DIR -VERS="2.15.0" +VERS="2.16.0" git fetch --all --tags --force git checkout $VERS