Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@rickpeyton rickpeyton released this 28 Jul 13:52
· 99 commits to master since this release

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