Skip to content

Releases: melexis/warnings-plugin

Modernize build system and package structure

12 Jan 21:43
22e8ea9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...5.0.0

Enhance Code Quality feature

02 Jan 18:50
383ae19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.4.0

Fix deployment in CI

21 Feb 14:27
6ad8796
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.3.2

Fix deployment in CI

21 Feb 14:12
c61a683
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.1

New option to generate Code Quality report for GitLab CI

21 Feb 13:09
9858a31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.3.0

Support RF 5 and YAML for configuration file

06 Jan 20:04
190e638
Compare
Choose a tag to compare
  • Support Robot Framework 5.x [PR #119 ]
  • Support YAML syntax for the configuration file [PR #120]

Drop support for Python 3.6 and count Sphinx Critical warnings

30 Jun 07:20
e72374d
Compare
Choose a tag to compare

With Sphinx 5 you also receive CRITICAL instead of WARNING, so we should count them in as well.

Even though we dropped Python 3.6 support we still maintain backwards compatibility.

New option to write all counted warnings to a file

10 Feb 19:41
3549492
Compare
Choose a tag to compare
  • Added option to write all counted warnings/failures to a file [PR #111]
  • Dropped official support for Python 3.5
  • Started testing Python 3.9 and 3.10

Support exclude feature for Robot and JUnit checkers

14 Jan 08:33
6f821f5
Compare
Choose a tag to compare
  • Added support for exclude feature to Robot and JUnit checkers so that all checkers can now benefit from it.
  • Fix: set the maximum version of junitparser to avoid compatibility issues.

Bugfix for the lxml

08 Jan 21:35
1e997eb
Compare
Choose a tag to compare

In 3.1.0 when lxml is installed, the use of the JUnitChecker resulted in an error. This release fixes the issue. Details can be found in #105