Files
fizzy/.rubocop.yml
T
Mike Dalessio c557f1424b rubocop: ignore db/migrate
because at least one of those files is machine-generated
2025-11-17 09:12:17 -05:00

13 lines
294 B
YAML

# Omakase Ruby styling for Rails
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
# Overwrite or add rules to create your own house style
#
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
# Layout/SpaceInsideArrayLiteralBrackets:
# Enabled: false
AllCops:
Exclude:
- 'db/migrate/**/*'