[diffoscope] 03/05: comparators.elf: Mark abstract/example method as "noqa" for coverage

Chris Lamb chris at chris-lamb.co.uk
Thu Feb 2 03:51:39 CET 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit b465f4be77e4ceaa79a7b573a81718c8eedde5c4
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Feb 2 15:33:45 2017 +1300

    comparators.elf: Mark abstract/example method as "noqa" for coverage
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/elf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/elf.py b/diffoscope/comparators/elf.py
index 276fdfa..482a3a1 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -65,7 +65,7 @@ class Readelf(Command):
         return ['readelf', '--wide'] + self.readelf_options() + [self.path]
 
     def readelf_options(self):
-        return []
+        return []  # noqa
 
     def filter(self, line):
         try:

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


More information about the diffoscope mailing list