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-namerule 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-namesplit tonot-allowed-char-in-name(which now covers test case and keyword names) andnot-allowed-char-in-filename(which now covers suite names). Same as the original rule,not-allowed-char-in-filenamealso acceptspaternthat defines which characters are not allowed in a name. This split allows you to configurepaternseparately 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