Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninech/rubocop-config
Our common rubocop configuration
https://github.com/ninech/rubocop-config
Last synced: about 1 month ago
JSON representation
Our common rubocop configuration
- Host: GitHub
- URL: https://github.com/ninech/rubocop-config
- Owner: ninech
- Created: 2017-12-15T09:43:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T07:04:54.000Z (almost 4 years ago)
- Last Synced: 2023-04-07T07:11:42.978Z (over 1 year ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nine rubocop config
This is our common rubocop configuration. Change your own `~/.rubocop.yml` to look like this:
```
inherit_from:
- https://raw.githubusercontent.com/ninech/rubocop-config/master/rubocop.yml
```You can then still overwrite settings to fit your needs. But rather create a pull request in this repo if you want to change anything.
## Updates
To update these settings to a new version of Rubocop you can use this gem: https://github.com/pocke/mry.