ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
249 B

  1. # Omakase Ruby styling for Rails
  2. inherit_gem: { rubocop-rails-omakase: rubocop.yml }
  3. # Overwrite or add rules to create your own house style
  4. #
  5. # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
  6. # Layout/SpaceInsideArrayLiteralBrackets:
  7. # Enabled: false