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=02f2ba101a95f853dc528df1524e841c2b2b0c5e

The following commit(s) were added to refs/heads/main by this push:
     new 02f2ba101 test: Skip auto-generated policykit policy file
02f2ba101 is described below

commit 02f2ba101a95f853dc528df1524e841c2b2b0c5e (HEAD -> main)
Author: Guillem Jover <[email protected]>
AuthorDate: Mon Feb 6 11:54:45 2023 +0100

    test: Skip auto-generated policykit policy file
    
    This kind of file includes translated entries, which causes spelling
    check false positives, and makes the author tests and CI systems
    checking those fail.
---
 t/codespell.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/codespell.t b/t/codespell.t
index 13d66ee1d..d09f49fab 100644
--- a/t/codespell.t
+++ b/t/codespell.t
@@ -32,6 +32,7 @@ my @codespell_skip = qw(
   *.gmo
   *.add
   *.cache
+  *.policy
   *~
   .libs
   .deps

-- 
Dpkg.Org's dpkg

Reply via email to