github MarketSquare/robotframework-robocop 2.1.0
Robocop 2.1.0

latest releases: v8.2.2, v8.2.1, v8.2.0...
3 years ago

This release is purely created by the community - big thanks!

Version Report

New report added by @rikerfi (#616). It will print Robocop version at the end of the scan:

Report generated by Robocop version: 2.1.0

You can configure it using "all" or "version":

robocop --reports version src

Naming rules changes

Update to some of our naming rules done by @jannek76 (#615).

  • wrong-case-in-keyword-name rule received a new parameter: pattern. It allows you to define pattern that will be ignored from the keyword name. It's useful when Robocop doesn't detect the name of the keyword correctly (it works as a workaround for #595).

  • not-allowed-char-in-name split to not-allowed-char-in-name (which now covers test case and keyword names) and not-allowed-char-in-filename (which now covers suite names). Same as the original rule, not-allowed-char-in-filename also accepts patern that defines which characters are not allowed in a name. This split allows you to configure patern separately for suite and test/keyword names.

Acknowledgements 💪🏻

Big thanks to everyone!
@jannek76 For improving our (not-so-simple) naming rules
@rikerfi For adding new report

Don't miss a new robotframework-robocop release

NewReleases is sending notifications on new releases.