https://github.com/phobos/shared
Shared config for phobos family
https://github.com/phobos/shared
Last synced: 24 days ago
JSON representation
Shared config for phobos family
- Host: GitHub
- URL: https://github.com/phobos/shared
- Owner: phobos
- Created: 2017-12-01T13:38:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T12:45:18.000Z (over 7 years ago)
- Last Synced: 2025-01-31T13:43:06.212Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phobos shared config
## Rubocop
To change global config:
1. Edit and push .rubocop_common.yml
2. In each repo, run `bundle exec rubocop-rules update`
3. Commit
This will fetch the latest version of rubocop config and update the repo with those rules.