Skip to content

Instantly share code, notes, and snippets.

@tyandell
Last active November 9, 2022 02:06
Show Gist options
  • Save tyandell/b26a436847b952da77757e819147fb58 to your computer and use it in GitHub Desktop.
Save tyandell/b26a436847b952da77757e819147fb58 to your computer and use it in GitHub Desktop.
inherit_mode:
merge:
- Exclude
require:
- rubocop-performance
- rubocop-rails
AllCops:
NewCops: enable
Layout/EmptyLinesAroundAccessModifier:
EnforcedStyle: only_before
Layout/ExtraSpacing:
AllowForAlignment: false
Layout/IndentationConsistency:
EnforcedStyle: indented_internal_methods
Layout/LineLength:
Enabled: false
Metrics:
Exclude:
- db/migrate/*.rb
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false
Style/EmptyMethod:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/SymbolArray:
Enabled: false
Style/WordArray:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment