Skip to content

Instantly share code, notes, and snippets.

@firecall
Last active January 12, 2024 08:16
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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment