Skip to content

Releases: melexis/warnings-plugin

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

Drop dependency on lxml

06 Jan 16:04
b0c1e76
Compare
Choose a tag to compare

It should be no external change, but internally dependency was dropped, which means you no longer need to install lxml module for compatibility as we use internal python3 module.

Verify the presence of the robot suite name

06 Oct 10:01
e3799b0
Compare
Choose a tag to compare

The default behavior from 2.0.0 has changed as now we verify the presence of robot suite name and fail if it does not exist in provided file. This is more on a safe side so it was chosen as a default, but it might be unwanted behavior, so the flag is provided to revert back to 2.0.0 behavior.

Added Robot Framework checker (deprecated - use 3.0.0 for same functionality)

04 Oct 18:00
f698cff
Compare
Choose a tag to compare
  • Added Robot Framework checker. See #95.
  • Dropped Python 3.4 support and started testing Python 3.8.
  • Improved structure of module.

Fix error message when maximum limit is exceeded

29 Sep 14:05
724f5b2
Compare
Choose a tag to compare

Minor wording bugfix in error message when maximum limit is exceeded.