Sha256: 985cafac26bb75eef67ff54fc784d9d5541c71e34c7f7a20480126a5d69fb330

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

# 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

Style/HashSyntax:
  EnforcedShorthandSyntax: always

AllCops:
  TargetRubyVersion: 3.3.5

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puppeteer_entity-0.1.1 .rubocop.yml
puppeteer_entity-0.1.0 .rubocop.yml