We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Distilled down from a real world example (https://github.com/seomoz/qless/blob/9e5ef9cae19ef8ba59d0ac51636bf068aa0ff9a1/spec/integration/worker_spec.rb#L107):
# foo.rb # Encoding: utf-8 foo(:bar, { whiz: 2, bang: 3 }, option: 3)
If I then run rubocop -a foo.rb, I get the following:
rubocop -a foo.rb
# foo.rb # Encoding: utf-8 foo(:bar, { option: 3)
Hope that helps!
The text was updated successfully, but these errors were encountered:
Thanks! I'll see if I can fix it.
Sorry, something went wrong.
8678708
jonas054
No branches or pull requests
Distilled down from a real world example (https://github.com/seomoz/qless/blob/9e5ef9cae19ef8ba59d0ac51636bf068aa0ff9a1/spec/integration/worker_spec.rb#L107):
If I then run
rubocop -a foo.rb
, I get the following:Hope that helps!
The text was updated successfully, but these errors were encountered: