From d9ef7003957cce8ceae1127d6565854c292a3cf5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 11 Feb 2014 14:01:23 +0100 Subject: [PATCH] Update the pyflakes warning plugin --- ...hudson.plugins.warnings.WarningsPublisher.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/files/jenkins/master/hudson.plugins.warnings.WarningsPublisher.xml b/files/jenkins/master/hudson.plugins.warnings.WarningsPublisher.xml index 130e516828..5594ea588d 100644 --- a/files/jenkins/master/hudson.plugins.warnings.WarningsPublisher.xml +++ b/files/jenkins/master/hudson.plugins.warnings.WarningsPublisher.xml @@ -1,21 +1,19 @@ -hudson.plugins.warnings.WarningsPublisher.xml -============================================= - + pyflakes ^(.*):([0-9]*):(.*)$ +return new Warning(fileName, Integer.parseInt(lineNumber), category, "PyFlakes Parser", message, Priority.NORMAL); https://pypi.python.org/pypi/pyflakes pyflakes errors