Skip to content

Instantly share code, notes, and snippets.

@firecall
Last active August 18, 2024 04:38
Show Gist options
  • Save firecall/3dabcce214c16b92c21d2fb343ef8a51 to your computer and use it in GitHub Desktop.
Save firecall/3dabcce214c16b92c21d2fb343ef8a51 to your computer and use it in GitHub Desktop.
.rubocop.yml
# Omakase Ruby styling for Rails
inherit_gem:
rubocop-rails-omakase: rubocop.yml
# Your own specialized rules go here
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: false
Style/StringLiterals:
Enabled: false
EnforcedStyle: single_quotes
SupportedStyles:
- single_quotes
- double_quotes
Style/PercentLiteralDelimiters:
Enabled: false
Style/RedundantReturn:
Enabled: false
Layout/TrailingWhitespace:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment