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 is a codeclimate specific issue as it does not happen on Rubocop provided by RubyGems, but CodeClimate Rubocop on the Codeclimate CI freaks out with certain kinds of loops, e.g.
while (_, v = Redis.current.blpop(@key, timeout: 1))
# Do Work
end
The text was updated successfully, but these errors were encountered:
This is a codeclimate specific issue as it does not happen on Rubocop provided by RubyGems, but CodeClimate Rubocop on the Codeclimate CI freaks out with certain kinds of loops, e.g.
The text was updated successfully, but these errors were encountered: