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