Robocop 6.0 is a major release of both Robocop and Robotidy (!) tools.
Although this is the 6th major version of Robocop, the scope of changes is larger than ever before.
Nearly all core functionality has been rewritten, refactored, or replaced. Please make sure to review all the breaking
changes, as most of the previous commands or configuration files will be compatible with this release.
See full release notes at [release notes](https://github.com/MarketSquare/robotframework-robocop/blob/main/docs/releasenotes/6.0.0.rst).
For quick overview of how to use current robocop, see below examples:
lint files
robocop check
format files
robocop format
migrate old configuration
robocop migrate <config_path>
lint with only one rule
robocop check --select variable-not-left-aligned
lint selected paths
robocop check tests/
format with only one formatter
robocop format --select NormalizeSeparators