Style/HashSyntax: Omit the hash value.RuboCop(Style/HashSyntax)
EnforcedShorthandSyntax: always (default)
def foobar
# This is the new shorthand for { foo: foo }
{ foo: }
end
# Debride sees this as unused:
def foo
:bar
end
I imagine this would be an easy fix