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 cop fixes the infractions correctly but throws errors while doing so. In running rubocop with the debug flag the stack trace leads to a Parser::Source::TreeRewriter detected clobbering error.
Expected behavior
To fix the infractions without errors.
Actual behavior
It fixes the infractions and states that errors occured:
An error occurred while Rails/ContentTag cop was inspecting file.rb
The cop fixes the infractions correctly but throws errors while doing so. In running rubocop with the debug flag the stack trace leads to a
Parser::Source::TreeRewriter detected clobbering
error.Expected behavior
To fix the infractions without errors.
Actual behavior
It fixes the infractions and states that errors occured:
An error occurred while Rails/ContentTag cop was inspecting file.rb
Steps to reproduce the problem
bundle exec rubocop -a file.rb
RuboCop version
The text was updated successfully, but these errors were encountered: