Sha256: 91782f4bed19d0a7a88bd49e66643d66718bff862186f422d8ca054356489f1f

Contents?: true

Size: 574 Bytes

Versions: 5

Compression:

Stored size: 574 Bytes

Contents

---
AllCops:
  DisplayCopNames:    true
  DisplayStyleGuide:  true
  StyleGuideCopsOnly: true
  TargetRubyVersion:  2.3

Metrics/LineLength:
  AllowHeredoc: true
  AllowURI: true
  URISchemes:
    - http
    - https
  
Layout/SpaceInLambdaLiteral:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Style/DateTime:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sms_aero-0.2.0 .rubocop.yml
sms_aero-0.1.3 .rubocop.yml
sms_aero-0.0.11 .rubocop.yml
sms_aero-0.1.2 .rubocop.yml
sms_aero-0.0.10 .rubocop.yml