From 12e23aa0efbaa21b8cba01fe2edbd83c305fb7e2 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Feb 2017 10:05:56 +0100 Subject: logparse: don't mark 'N: 1 tag overridden (1 warning)' as a warning Signed-off-by: Holger Levsen --- logparse/debian-pkg-ci.rules | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'logparse') diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index 5974ea96..1ab69863 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -29,13 +29,12 @@ ok /perl: warning: Setting locale failed./ # suppress warnings from commit messages ok /HEAD is now at .+/ -# list of warnings here... -warning /[Ww]arning/ -warning /WARNING/ - # catch lintian warnings and errors warning /^W: / warning /^E: / +# but supress things like 'N: 1 tag overridden (1 warning)' +ok /N: \d+ tags? overridden \(\d+/ - - +# list of warnings here... +warning /[Ww]arning/ +warning /WARNING/ -- cgit v1.2.3-54-g00ecf