Release 0.2.0
Suppressing Missing top-level class documentation warning.
Documentation:
Enabled: false
Prefer parentheses to brackets or curly brackets for percent literals.
Style/PercentLiteralDelimiters:
PreferredDelimiters:
'%i': ()
'%I': ()
'%q': ()
'%Q': ()
'%r': '{}'
'%s': ()
'%w': ()
'%W': ()
'%x': ()
Prefer that access modifiers (private
and protected
) be outdented (at the same level as class
)
Layout/AccessModifierIndentation:
EnforcedStyle: outdent