This small but impactful release addresses the way Robocop deals with the configuration files. And it was fully implemented by our community! After this change all configuration files will be loaded by default (and not only when calling `robocop` without any options or paths). Configuration from command line will extend loaded configuration. This will allow to have configuration file with all configuration (excluded, included, format etc.) and still being able to run robocop on single source with `robocop test.robot`.
Features
---------
- always load configuration files (.robocop and .pyproject.toml) 511
Acknowledgements
---------------------
Thanks bithium for creating & implementing the issue.