- Add this repo as a submodule named
.rubocop.d
git submodule add https://github.com/sakuro/rubocop-config .rubocop.d
- Include config files (
*.yml
) under.rubocop.d
from your.rubocop.yml
by usinginherit_from
directive.
.rubocop.d
git submodule add https://github.com/sakuro/rubocop-config .rubocop.d
*.yml
) under .rubocop.d
from your .rubocop.yml
by using inherit_from
directive.