Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 30 Apr 2024 21:19:11 UTC Commit: 3d1a5aa72b4e3905e0da108ec1c3a5033bc7961c https://github.com/geany/geany-plugins/commit/3d1a5aa72b4e3905e0da108ec1c3a5...
Log Message: ----------- ci: Enable exhaustive cppcheck checking
Without this cppcheck actually complains that it's not exhaustive to the point where it exits with an error.
This is likely a cppcheck bug, but it's probably OK for us to use the exhaustive mode so let's do this at least for now.
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -21,6 +21,7 @@ concurrency: env: CFLAGS: -g -O2 -Werror=pointer-arith -Werror=implicit-function-declaration CONFIGURE_FLAGS: --disable-silent-rules + CPPCHECKFLAGS: --check-level=exhaustive CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_COMPRESS: true CCACHE_MAXSIZE: 1G
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org