Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.