@@ -100,7 +100,8 @@ Our codebase style is defined and enforced by [RuboCop](https://github.com/ruboc
You can check for any offenses locally with `bundle exec rubocop --parallel`.
On the CI, this is automatically checked by the `static-analysis` jobs.
Additionally it is possible to integrate RuboCop with several IDEs, e.g. you can [integrate RuboCop](../developing_with_solargraph.md) in supported IDEs using the [solargraph](https://github.com/castwide/solargraph) gem.
In addition, you can [integrate RuboCop](../developing_with_solargraph.md) into
supported IDEs using the [solargraph](https://github.com/castwide/solargraph) gem.
For RuboCop rules that we have not taken a decision on yet, we follow the