Skip to content

Instantly share code, notes, and snippets.

@fohte
Created August 22, 2017 23:21
Show Gist options
  • Save fohte/7e405c05b85d61c8d091c97bf612703a to your computer and use it in GitHub Desktop.
Save fohte/7e405c05b85d61c8d091c97bf612703a to your computer and use it in GitHub Desktop.
AllCops:
TargetRubyVersion: 2.4
Layout/MultilineAssignmentLayout:
Enabled: true
EnforcedStyle: new_line
Style/AutoResourceCleanup:
Enabled: true
Style/CollectionMethods:
Enabled: true
Style/Documentation:
Enabled: false
Style/MethodCalledOnDoEndBlock:
Enabled: true
Style/NumericPredicate:
EnforcedStyle: comparison
Style/TernaryParentheses:
EnforcedStyle: require_parentheses_when_complex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment