Skip to content

Instantly share code, notes, and snippets.

@strawberryjello
Created April 14, 2015 04:27
Show Gist options
  • Save strawberryjello/b76df16681ca10c98b88 to your computer and use it in GitHub Desktop.
Save strawberryjello/b76df16681ca10c98b88 to your computer and use it in GitHub Desktop.
Sample Rubocop YAML file
Metrics/MethodLength:
Enabled: false
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/Documentation:
Enabled: false
Style/DotPosition:
EnforcedStyle: trailing
Style/EmptyLines:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/Lambda:
Enabled: false
Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses
Style/MultilineOperationIndentation:
EnforcedStyle: indented
Style/MultilineTernaryOperator:
Enabled: false
Style/RedundantSelf:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment