ConfigurationΒΆ

Behaviour of robotidy can be changed through global options or by configuring specific transformer. To read more about configuring transformer go to Configuring Transformers. To see how to configure robotidy using configuration files see Configuration file.

Command line options

To list robotidy command line options run:

robotidy --help

Ignored paths

Robotidy reads and ignores paths from .gitignore and --exclude. You can overwrite default excludes by using --exclude option. If you want to exclude additional paths on top of those from --exclude and .gitignore use --extend-exclude with pattern:

robotidy --extend-exclude skip_me.robot|some_dir/* .