Sha256: 2ae8de1d5f5d6efc5ec30a8c8a6e5751040a02dacce581e210a9ba8a334ab6e5

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/GlobalStdStream:
  Exclude:
    - spec/spec_helper.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
envkeeper-0.1.2 .rubocop.yml
envkeeper-0.1.1 .rubocop.yml