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=98d1c9c05f6810e6b73e3815b85f889795f30c75

commit 98d1c9c05f6810e6b73e3815b85f889795f30c75
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sun Aug 22 13:32:07 2021 +0200

    test: Ignore new shellcheck checks
    
    This new check has started triggering, which we were previously ignoring
    with a different tag.
    
    Warned-by: shellcheck
---
 t/shellcheck.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/shellcheck.t b/t/shellcheck.t
index 0b60cd01f..d2fcb2d22 100644
--- a/t/shellcheck.t
+++ b/t/shellcheck.t
@@ -46,6 +46,7 @@ my @shellcheck_opts = (
     '--exclude=SC2039', # Allow local keyword.
     '--exclude=SC2166', # Allow -a and -o.
     '--exclude=SC2034', # Allow unused variables for colors.
+    '--exclude=SC3043', # Allow local keyword.
 );
 
 plan tests => scalar @files;

-- 
Dpkg.Org's dpkg

Reply via email to