[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/05: c/binaries: whitelist go spelling false-positives



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 97623eae80e0c0e2a3e656b6492fa6250b611abf
Author: Michael Stapelberg <stapelberg@debian.org>
Date:   Mon Mar 13 20:29:48 2017 +0100

    c/binaries: whitelist go spelling false-positives
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/binaries.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 50545a5..10edfc5 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -381,6 +381,9 @@ sub run {
             'tEH' => 1, # From #782902
             'tEh' => 1, # From #782902, too
             'ang' => 1, # The Go stdlib html/ package contains "ang;"
+            'writeN' => 1, # The Go stdlib text/tabwriter pkg contains "writeN"
+            'writeN' => 1, # The Go stdlib text/tabwriter pkg contains "writeN"
+            'ot' => 1, # The Go stdlib runtime/ package contains "ot"
         };
         my $tag_emitter
           = spelling_tag_emitter('spelling-error-in-binary', $file);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: