This release introduce initial support for integration with LSP. It makes possible to integrate Robocop with IDEs like Intellij and should enable us to add Robocop to other tools or plugins.
New rules
- W1011 (misaligned-continuation) checks if continuation marks
...are aligned with starting row #285
Fixes
- W1007 (uneven-indent) should now work better with pipe style #284
Other
- Extended our API for easier integration with other tools #168