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

[lintian] 02/02: c/files.pm: Fix perlcritic warning



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

nthykier pushed a commit to branch master
in repository lintian.

commit d78489532af0c526be342134dab4729656627a5f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Sep 11 13:36:33 2016 +0000

    c/files.pm: Fix perlcritic warning
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index f4f7579..887a090 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1103,7 +1103,7 @@ sub run {
         }
 
         # ---------------- .coverage (coverage.py output)
-        if ($file->basename eq ".coverage") {
+        if ($file->basename eq '.coverage') {
             tag 'package-contains-python-coverage-file', $file;
         }
 

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


Reply to: