predator_pics_rails/.rubocop.yml

9 lines
249 B
YAML
Raw Normal View History

2024-11-19 12:24:49 +00:00
# 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