Skip to content

Instantly share code, notes, and snippets.

@huseyin
Created June 27, 2020 14:57
Show Gist options
  • Save huseyin/0362366477eccd17562eba695bee5f7b to your computer and use it in GitHub Desktop.
Save huseyin/0362366477eccd17562eba695bee5f7b to your computer and use it in GitHub Desktop.
require: rubocop-performance
Layout/HashAlignment:
Enabled: true
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Layout/LineLength:
Max: 120
Layout/SpaceAroundMethodCallOperator:
Enabled: true
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
Naming/MemoizedInstanceVariableName:
EnforcedStyleForLeadingUnderscores: optional
Style/AsciiComments:
Enabled: false
Style/Documentation:
Enabled: false
Style/ExponentialNotation:
Enabled: true
Style/FormatStringToken:
EnforcedStyle: template
Style/HashEachMethods:
Enabled: false
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Style/Lambda:
Enabled: false
Style/LambdaCall:
Enabled: false
Style/ParallelAssignment:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment