Sha256: 5aa7fdd73bea5ff21f5c79bcdfaacdb0e001de792348facc44e993b13b7c5eaf

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: 
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false
#
Naming/AccessorMethodName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secretmgr-0.2.0 .rubocop.yml