Central rubocop for all rails projects
Add the following line into the project's .rubocop.yml
file. Make sure it is under
inherit_from
.
inherit_from:
- https://raw.githubusercontent.com/Sentia/rubocop/<version>/.rubocop-sentia.yml
Replace the <version>
with your chosen version.
# .rubocop.yml
inherit_from:
- https://raw.githubusercontent.com/Sentia/rubocop/v1/.rubocop-sentia.yml
- .rubocop_todo.yml