diff options
-rw-r--r-- | logparse/debian-installer.rules | 3 | ||||
-rw-r--r-- | logparse/debian-pkg-ci.rules | 3 | ||||
-rw-r--r-- | logparse/debian.rules | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 9d740059..f62c5e1c 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -44,6 +44,9 @@ error /(?i)^error / ok /warning.+\[N\/y\/\?\] n/ ok /warning.+\[Y\/n\/\?\] y/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # list of warnings here... warning /[Ww]arning/ warning /WARNING/ diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index 573f8f80..f4658324 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -21,6 +21,9 @@ ok /test_no_warnings PASSED/ ok /pytest-warning/ ok /gbp:warning: Pristine-tar branch "pristine-tar" not found/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # list of warnings here... warning /[Ww]arning/ warning /WARNING/ diff --git a/logparse/debian.rules b/logparse/debian.rules index 9915eeca..519d2a65 100644 --- a/logparse/debian.rules +++ b/logparse/debian.rules @@ -7,6 +7,9 @@ ok /Error while decoding stream/ # ignore images… ok /warning\.png/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # match line starting with 'error ', case-insensitive error /(?i)^error / |