This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=dca58ca2fc58f9bf21412909d11c7d5148087206 commit dca58ca2fc58f9bf21412909d11c7d5148087206 Author: Guillem Jover <[email protected]> AuthorDate: Sun Nov 5 00:41:06 2023 +0100 test: Split and sort cppcheck arguments to be one per line --- t/cppcheck.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/cppcheck.t b/t/cppcheck.t index 0756b2d0f..3f48389ef 100644 --- a/t/cppcheck.t +++ b/t/cppcheck.t @@ -30,10 +30,12 @@ plan tests => 1; # -DLIBDPKG_VOLATILE_API=1 # -Ilib my @cppcheck_opts = (qw( - --quiet --force --error-exitcode=2 + --quiet + --force + --error-exitcode=2 --inline-suppr - --std=c99 --std=c++03 --suppressions-list=t/cppcheck/cppcheck.supp + --std=c99 --std=c++03 -D_DIRENT_HAVE_D_TYPE=1 -DWITH_LIBSELINUX=1 ), ( -- Dpkg.Org's dpkg

