An open API service indexing awesome lists of open source software.

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

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.