Sha256: 827b34b8aef4774d57b93e6aa6d99fe73200212a403be40788a0fd231a1a9b17

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

# Omakase Ruby styling for Rails
inherit_gem: { rubocop-rails-omakase: rubocop.yml }

AllCops:
  TargetRubyVersion: 3.2.2

Style/StringLiterals:
  Enabled: false

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vng-1.4.0 .rubocop.yml
vng-1.3.0 .rubocop.yml
vng-1.2.0 .rubocop.yml
vng-1.1.0 .rubocop.yml
vng-1.0.0 .rubocop.yml