Files
parse/.rubocop.yml
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

9 lines
249 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