github MarketSquare/robotframework-robocop v6.13.0
Robocop 6.13.0

latest releases: v8.2.7, v8.2.6, v8.2.5...
4 months ago

Features

  • Add per_file_ignores option to ignore rules matching file patterns (issue #1134)

Example configuration:

[tool.robocop.lint.per_file_ignores]
"test.robot" = ["VAR02"]
"ignore_subdir/*" = ["empty-line-after-section", "DOC01"]
"ignore_file_in_subpath/test2.robot" = ["SPC10"]
  • Allow manually disabling reports with enabled=False. It can be used to disable default print_issues report (issue #1540)
  • Add docs_url property to rule class which points to rule documentation URL (issue #1432)

Fixes

  • Fix piping output (robocop check > output.txt) not working on Windows because of code lines converted to emojis (issue #1539)
  • Fix configuration file loaded from the root directory with --ignore-file-config option enabled (other configuration files were correctly ignored)

Documentation

  • Describe how to extend the Robocop Rule class using docs_url as an example (here).

Don't miss a new robotframework-robocop release

NewReleases is sending notifications on new releases.