Sha256: c3f8208f6d182f168ceb2d05551268eb2cbcdaf24be1505ccae27c9ce891ad69

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_http_preload-0.3.0 .rubocop.yml
rails_http_preload-0.2.0 .rubocop.yml
rails_http_preload-0.1.0 .rubocop.yml