We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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