melexis / warnings-plugin

Command-line tool for marking builds with too many warnings as failed. A command-line alternative for https://github.com/jenkinsci/warnings-plugin. Useable with plugin-less CI systems like Gitlab-CI and even Travis-CI
Apache License 2.0
7 stars 2 forks source link

Support exclude feature for robot and junit checkers #106

Closed JasperCraeghs closed 3 years ago

JasperCraeghs commented 3 years ago

The feature that lets you exclude matches by configuring regexes is not yet supported for robot and junit checkers. See readme. This PR adds support for this feature to those two checkers so that all checkers support this feature.

On top of #105

JasperCraeghs commented 3 years ago

Closed in favor of #107 .