Awesome
Phobos shared config
Rubocop
To change global config:
- Edit and push .rubocop_common.yml
- In each repo, run
bundle exec rubocop-rules update
- Commit
This will fetch the latest version of rubocop config and update the repo with those rules.
To change global config:
bundle exec rubocop-rules update
This will fetch the latest version of rubocop config and update the repo with those rules.