[Pkg-debile-commits] [debile-slave] 67/100: fixing perlcritic
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Aug 19 14:53:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository debile-slave.
commit 7d8ee219ab07918c3520d1a520c05d9d8042ca06
Author: Paul Tagliamonte <tag at pault.ag>
Date: Mon Jun 10 20:32:59 2013 -0400
fixing perlcritic
---
ethel/wrappers/perlcritic.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ethel/wrappers/perlcritic.py b/ethel/wrappers/perlcritic.py
index 2ca9b1d..e4cbcd3 100644
--- a/ethel/wrappers/perlcritic.py
+++ b/ethel/wrappers/perlcritic.py
@@ -6,7 +6,7 @@ import re
LINE_EXPR = re.compile(
- r"(?P<file>.*):(?P<line>.*):(?P<column>.*) (?P<severity>.*) "
+ r"(?P<file>.*):(?P<line>\d+):(?P<column>\d+) (?P<severity>.*) "
"(?P<testid>.*) (?P<message>.*)"
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git
More information about the Pkg-debile-commits
mailing list