github MarketSquare/robotframework-robocop v6.0.0
Robocop 6.0.0

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

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.

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

Don't miss a new robotframework-robocop release

NewReleases is sending notifications on new releases.