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
If the LHS is not a literal, it could evaluate to a format string with any
number of arguments, so we can't count an offense for that. On the other hand,
if the RHS is not a literal, it could evaluate to an array with any number
of arguments, so we can't count an offense for that either.
Fixesrubocop#2307.
I got this code:
Running rubocop yields this:
I expect to not see any warnings here.
I am running rubocop 0.34.2 on JRuby 1.7.20
The text was updated successfully, but these errors were encountered: