Closed YusukeIwaki closed 3 years ago
@YusukeIwaki can you confirm the rubocop versions you're using locally and we use in this package are the same?
It seems that this does not work since it depends on pronto
's Runner#ruby_patches
method which doesn't include Gemfile
s.
I've pushed a PR to pronto
which should fix this issue: https://github.com/prontolabs/pronto/pull/344
Awesome @YusukeIwaki! Thank you. Your PR looks great. I'll give the other @prontolabs/core folks a day or so to comment before merging it.
This should be now available with the 0.11.0
release.
I'm using Bundle/OrderedGems rule in my project.
When a gem is added to Gemfile, like below:
bundle exec rubocop
shows a error:however with pronto-rubocop, it is now shown...
How can I show error with pronto-rubocop? 🤔
Thanks