Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freaks out with a loop #202

Open
envygeeks opened this issue Jul 17, 2019 · 1 comment
Open

Freaks out with a loop #202

envygeeks opened this issue Jul 17, 2019 · 1 comment
Assignees

Comments

@envygeeks
Copy link

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
@filipesperandio
Copy link
Contributor

Could it be because of the rubocop version?
Have you tried with most recent versions? We support them through channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants