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: e3f2816ceb5ec08bd16597c045b130c3d18e43ea https://github.com/geany/geany-plugins/commit/e3f2816ceb5ec08bd16597c045b130...
Log Message: ----------- cppcheck: Enable inline suppression hints
This allows to insert suppressions directly in the code, which is a lot more robust against changes than listing file/line combo, and a lot more fine-grained than disabling an entire check for a whole file or even plugin.
Modified Paths: -------------- build/cppcheck.mk
Modified: build/cppcheck.mk 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -3,6 +3,7 @@ if HAVE_CPPCHECK
check-cppcheck: $(srcdir) $(CPPCHECK) \ + --inline-suppr \ -q --template=gcc --error-exitcode=2 \ --library=gtk \ --library=$(top_srcdir)/build/cppcheck-geany-plugins.cfg \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).