You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that raygun generates Rails projects that have an opinionated RuboCop config, it is a bit surprising that raygun itself does not use RuboCop. In the interest of dog-fooding we should add our standard c5-conventions RuboCop config to this project.
It would also be nice to be able to check out this project and run:
$ bundle exec rake
And the default rake task would run RuboCop (and eventually, tests).
Likewise if/when we set up CI, a RuboCop job should be part of it.
The text was updated successfully, but these errors were encountered:
Given that raygun generates Rails projects that have an opinionated RuboCop config, it is a bit surprising that raygun itself does not use RuboCop. In the interest of dog-fooding we should add our standard c5-conventions RuboCop config to this project.
It would also be nice to be able to check out this project and run:
And the default rake task would run RuboCop (and eventually, tests).
Likewise if/when we set up CI, a RuboCop job should be part of it.
The text was updated successfully, but these errors were encountered: