You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main focus of the 9.0.0 release is project rules - rules that read the whole project context instead of a
single file. We added 12 project rules (argument, import, keyword and variable checks across files) and merged
the separate robocop check-project command into the regular robocop check.
Beyond project rules, this is a large release with several other big changes:
13 new non-project rules, including a dedicated GROUP syntax category, continue-on-failure tag rules and
new spacing/documentation/variable checks.
Fixes for more than 35 rules, letting Robocop auto-correct many issues and replacing several redundant
formatters (leaner formatters focused on alignment and whitespace).
Plugins - custom rules, formatters, reports and configuration can now be packaged and distributed as plugins.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
9.0.0 (2026-08-26)
The main focus of the 9.0.0 release is project rules - rules that read the whole project context instead of a
single file. We added 12 project rules (argument, import, keyword and variable checks across files) and merged
the separate
robocop check-projectcommand into the regularrobocop check.Beyond project rules, this is a large release with several other big changes:
GROUPsyntax category, continue-on-failure tag rules andnew spacing/documentation/variable checks.
formatters (leaner formatters focused on alignment and whitespace).
extends = ["robocop:minimal"].robocop config init- generate a fully documented configuration file.[Metadata]support (Robot Framework 7.5) across the linter and the formatter.AlignBDDStatementsformatterDetailed changelog here.
This discussion was created from the release v9.0.0.
All reactions