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
This example does not break ruby syntax but just look at the strings it changed. Also note that the overall indentation is worse than before and an other run with all default cops on auto-correct does not really help
another bug found in out huge and old codebase.
Before:
After
rubocop --only IndentationConsistency,IndentationWidth --auto-correct indentation_minimal_bug1.rb
If I run each of these cops separately one after the other it works as expected and generated the following:
The text was updated successfully, but these errors were encountered: