Skip to content

Instantly share code, notes, and snippets.

@phallguy
Last active July 18, 2019 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phallguy/1cc417a2777244c1319d730c3818c64c to your computer and use it in GitHub Desktop.
Save phallguy/1cc417a2777244c1319d730c3818c64c to your computer and use it in GitHub Desktop.
Layout/AlignHash:
Enabled: false
Layout/EmptyLineBetweenDefs:
Enabled: false
Layout/IndentationConsistency:
Enabled: false
Layout/IndentationWidth:
Enabled: false
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Enabled: false
Lint/AssignmentInCondition:
Enabled: false
Lint/AmbiguousRegexpLiteral:
Enabled: false
Lint/UselessAccessModifier:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/NumericPredicate:
Enabled: false
Style/ParallelAssignment:
Enabled: false
Style/RedundantSelf:
Enabled: false
Style/SingleLineMethods:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArguments:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment