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
This:
private def label(namespace, key) [namespace, key].compact.map(&:to_s).join(".") end
triggers:
lib/scrawl.rb:35:5: C: Use 2 (not -6) spaces for indentation. case value ^^^^^^
The text was updated successfully, but these errors were encountered:
I think I see what the probem is. I'll fix it.
Sorry, something went wrong.
8b137cc
[Fix rubocop#1000] Support modifier and def on same line in Indentati…
f607337
…onWidth Enforce an indentation style for Ruby >= 2.1 when "private def" etc is used.
jonas054
No branches or pull requests
This:
triggers:
The text was updated successfully, but these errors were encountered: