Skip to content

Commit

Permalink
CI: Update Cppcheck Premium and remove suppression for false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Aug 22, 2024
1 parent 6faed30 commit a505fef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
premium_version=${{ inputs.premium_version }}
if [ -z $premium_version ]; then
premium_version=devdrop-20240815
premium_version=devdrop-20240822
wget https://files.cppchecksolutions.com/devdrop/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
else
wget https://files.cppchecksolutions.com/$premium_version/ubuntu-22.04/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
Expand Down
2 changes: 0 additions & 2 deletions cppcheckpremium-suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ premium-cert-exp55-cpp
premium-misra-cpp-2023-6.5.1:lib/symboldatabase.cpp
premium-misra-cpp-2023-6.7.2
premium-misra-cpp-2023-8.18.2
# False positives: #13004
premium-misra-cpp-2023-8.2.7:lib/valueflow.cpp
premium-misra-cpp-2023-8.2.7:lib/checkclass.cpp


Expand Down

0 comments on commit a505fef

Please sign in to comment.