-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite loop detected in /Users/dorianmariefr/src/pipelines/a.rb and caused by Layout/ArrayAlignment, Layout/AssignmentIndentation #517
Open
dorianmariecom opened this issue
Feb 4, 2023
· 3 comments
· Fixed by rubocop/rubocop#11537 or rubocop/rubocop#12877
Open
Infinite loop detected in /Users/dorianmariefr/src/pipelines/a.rb and caused by Layout/ArrayAlignment, Layout/AssignmentIndentation #517
dorianmariecom opened this issue
Feb 4, 2023
· 3 comments
· Fixed by rubocop/rubocop#11537 or rubocop/rubocop#12877
Comments
8 tasks
This is a RuboCop's bug. I've opened rubocop/rubocop#11537 to solve the error. |
koic
added a commit
to koic/rubocop
that referenced
this issue
Feb 4, 2023
Fixes standardrb/standard#517. This PR fixes an infinite loop error for `Layout/ArrayAlignment` when using assigning unbracketed array elements.
@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
|
koic
added a commit
to koic/rubocop
that referenced
this issue
Apr 30, 2024
Fixes standardrb/standard#517 (comment). This PR fixes an infinite loop error for `Layout/FirstArgumentIndentation` when specifying `EnforcedStyle: with_fixed_indentation` of `Layout/ArrayAlignment`.
8 tasks
@zhengpd Thanks for the feedback. I've opened rubocop/rubocop#12877 to solve the infinite loop error. |
koic
added a commit
to koic/rubocop
that referenced
this issue
Apr 30, 2024
Fixes standardrb/standard#517 (comment). This PR fixes an infinite loop error for `Layout/FirstArgumentIndentation` when specifying `EnforcedStyle: with_fixed_indentation` of `Layout/ArrayAlignment`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I found an error in standardrb with this code:
standardrb v1.22.1
The text was updated successfully, but these errors were encountered: