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

Drop lxml as dependency #104

Closed JasperCraeghs closed 3 years ago

JasperCraeghs commented 3 years ago

Drop lxml as dependency by using the built-in xml module instead. If there are errors while parsing an input XML file, e.g. due to invalid syntax, the description of the error may differ.

Letme commented 3 years ago

Thanks for your contribution. It was an easy fix in the end.