Sha256: a8b90c211faea402f40d366fe437b63b041fbf3aa5f18b6d567a3b2e0dd5158e

Contents?: true

Size: 415 Bytes

Versions: 3

Compression:

Stored size: 415 Bytes

Contents

inherit_gem:
  relaxed-rubocop: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable

Style/OptionalBooleanParameter:
  Exclude:
    - 'lib/puma/daemon/dsl.rb'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Naming/FileName:
  Exclude:
    - 'lib/puma-daemon.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puma-daemon-0.2.3 .rubocop.yml
puma-daemon-0.2.2 .rubocop.yml
puma-daemon-0.1.2 .rubocop.yml