Make configuration shareable accross projects
Centralizing rules is nice, but it would be great if they were automatically shared.
Good news is rubocop allows us to inheriting configuration from a remote URL.
What needs to be done is:
- making the repository public (there is no private things so this should not be a problem)
- update README to detail instructions on how to use it in any project