We have a .rubocop.yml file, which inherits from a .rubocop_todo.yml file generated with the --auto-gen-config option.
I've just tried running ruumba app/views --auto-gen-config and it's overwritten my .rubocop_todo.yml file.
What's more it hasn't made ruumba app/views run cleanly, I still get lots of warnings from it.
There's some notes in your README about using a .ruumba.yml and inheriting from .rubocop.yml? I've tried that but it's still not running cleanly.
How do you recommend we lay out our configuration files for rubocop and ruumba, and which command or commands should we run to run them?
I think this would be a useful section to add to your README file somewhere. Thanks!
We have a
.rubocop.ymlfile, which inherits from a.rubocop_todo.ymlfile generated with the--auto-gen-configoption.I've just tried running
ruumba app/views --auto-gen-configand it's overwritten my.rubocop_todo.ymlfile.What's more it hasn't made
ruumba app/viewsrun cleanly, I still get lots of warnings from it.There's some notes in your README about using a
.ruumba.ymland inheriting from.rubocop.yml? I've tried that but it's still not running cleanly.How do you recommend we lay out our configuration files for rubocop and ruumba, and which command or commands should we run to run them?
I think this would be a useful section to add to your README file somewhere. Thanks!