This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=0f560b4cb650753a9d0c91fa30c13974b17fc2e5 commit 0f560b4cb650753a9d0c91fa30c13974b17fc2e5 (HEAD -> master) Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 29 01:21:49 2020 +0100 test: Skip backup files --- debian/changelog | 1 + t/codespell.t | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 093fd0a7e..def945b59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -186,6 +186,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Update stopwords for codespell 1.16.0. - Suppress new bogus cppcheck 1.90 false positives. - libdpkg: Remove redundant assignment in t-ehandle unit test. + - Skip backup files from codespell check. [ Updated programs translations ] * German (Sven Joachim). diff --git a/t/codespell.t b/t/codespell.t index 7b4dd3c2a..b65af960b 100644 --- a/t/codespell.t +++ b/t/codespell.t @@ -32,6 +32,7 @@ my @codespell_skip = qw( *.gmo *.add *.cache + *~ ChangeLog Makefile.in Makefile -- Dpkg.Org's dpkg

