Prohlížeč zdrojového kódu

.rubocop.yml

# Omakase Ruby styling for Rails
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: false
Layout/CaseIndentation:
IndentOneStep: true
Style/StringLiterals:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false