prontolabs / pronto-rubocop

Pronto runner for Rubocop, ruby code analyzer
MIT License
83 stars 74 forks source link

fix crash with RuboCop >= 1.41.0 when there are no corrections #84

Closed ashkulz closed 1 year ago

ashkulz commented 1 year ago

https://github.com/rubocop/rubocop/pull/11264 did optimisations to not set RuboCop::Cop::Base::InvestigationReport#corrector when there are no corrections.

fixes #83