Small improvements to file configurations handling and other fixes. You can now also import external rules from Python packages/modules:
robocop --ext-rules pythonmodule
Features
- External rules can be imported from external python packages. Read https://robocop.readthedocs.io/en/latest/external_rules.html for more details #404
- Comments are now supported in arguments files #406
section-out-of-orderrule can be now configured with custom order of sections #384
Fixes
Other
tomlmodule is now installed together with robocop for default support forpyproject.tomlfile
Acknowledgements
Thanks for @fdaguin and @MoreFamed for reported issues and ideas