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
After updating annotate gem to 2.7.2, when I run annotate --routes in rails project, it adds a trailing space to the last line of config/routes.rb route map.
After updating annotate gem to 2.7.2, when I run
annotate --routes
in rails project, it adds a trailing space to the last line of config/routes.rb route map.expected result (< 2.7.1):
actual result (2.7.2):
Rubocop (Layout/TrailingWhitespace) detects it as offense.
The text was updated successfully, but these errors were encountered: