From 8d7f5755584310bc104a315a72a48585d2795f5f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 6 Jan 2017 02:18:51 +0100 Subject: logparse: don't warn about the warnings python module --- logparse/debian-pkg-ci.rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logparse') diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index f6a649fb..5974ea96 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -6,6 +6,8 @@ ok /Error while decoding stream/ # ignore images… ok /warning\.png/ +# and python files +ok /warnings.+pyc?$/ # match line starting with 'error ', case-insensitive error /(?i)^error / -- cgit v1.2.3-54-g00ecf