Skip to content

Instantly share code, notes, and snippets.

@bnadlerjr
Created November 20, 2019 23:56
Show Gist options
  • Save bnadlerjr/72d339a7047d00ac3bb8e4f3b12262a6 to your computer and use it in GitHub Desktop.
Save bnadlerjr/72d339a7047d00ac3bb8e4f3b12262a6 to your computer and use it in GitHub Desktop.
Layout/SpaceAroundEqualsInParameterDefault:
EnforcedStyle: no_space
Metrics/BlockLength:
ExcludedMethods:
- describe
- context
- it
Metrics/ClassLength:
Max: 150
Metrics/MethodLength:
Max: 15
Metrics/LineLength:
Max: 90
Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining
Style/YodaCondition:
EnforcedStyle: require_for_equality_operators_only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment