Open dorianmariecom opened 1 year ago
This is a RuboCop's bug. I've opened https://github.com/rubocop/rubocop/pull/11537 to solve the error.
@koic Infinite loop error with following code:
cask "squirrel" do
uninstall pkgutil: [
"com.googlecode.rimeime.Squirrel.pkg", # Package name of older versions (< 0.10.0)
"im.rime.inputmethod.Squirrel"
],
delete: "/Library/Input Methods/Squirrel.app"
end
standardrb --fix code.rb
standardrb --version
=> 1.35.1rubocop --version
=> 1.62.1@zhengpd Thanks for the feedback. I've opened https://github.com/rubocop/rubocop/pull/12877 to solve the infinite loop error.
Hi,
I found an error in standardrb with this code:
standardrb v1.22.1