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
The two rules colliding here appear to be SpaceAfterControlKeyword and ParenthesesAroundCondition - when I disable ParenthesesAroundCondition initially, have everything auto-corrected and apply it afterwards, the code is fine.
I also tried the same scenario using the current master version, without any difference.
The text was updated successfully, but these errors were encountered:
Scenario: I am using rubocop 0.18.1, and using auto-correct breaks the code.
The line in question is https://github.com/easybiblabs/haproxyctl/blob/82100048d3f84e5c4d14f664e056c3e7808a4f35/rhapr/lib/rhapr/interface.rb#L108 - the result of autocorrect is:
Seems like the space has been misplaced.
The two rules colliding here appear to be
SpaceAfterControlKeyword
andParenthesesAroundCondition
- when I disableParenthesesAroundCondition
initially, have everything auto-corrected and apply it afterwards, the code is fine.I also tried the same scenario using the current master version, without any difference.
The text was updated successfully, but these errors were encountered: