Sha256: b522d13310e0ec28622ceeb5f7c241d20854ba60f0e90e8dabd8808e63101064

Contents?: true

Size: 410 Bytes

Versions: 21

Compression:

Stored size: 410 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6
  Exclude:
    - spec/dummy/**/*
    - vendor/**/*

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

RSpec/AnyInstance:
  Enabled: false

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
minato_error_handler-0.1.0 .rubocop.yml