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 parser gem chooses which parser to use based on RUBY_VERSION. Because of this, it is possible, if the same version of rubocop is installed under two different versions of ruby on the same machine, to get different results from each. But because of the caching in rubocop 0.34, one set of results would be masked/hidden.
To work around this issue, RUBY_VERSION should be included in the ResultCache's path.
The text was updated successfully, but these errors were encountered:
The parser gem chooses which parser to use based on
RUBY_VERSION
. Because of this, it is possible, if the same version of rubocop is installed under two different versions of ruby on the same machine, to get different results from each. But because of the caching in rubocop 0.34, one set of results would be masked/hidden.To work around this issue,
RUBY_VERSION
should be included in the ResultCache's path.The text was updated successfully, but these errors were encountered: