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.10 .rubocop.yml
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/minato_error_handler-0.1.9.pre.1/.rubocop.yml
minato_error_handler-0.1.9.pre.1 .rubocop.yml
minato_error_handler-0.1.8 .rubocop.yml
minato_error_handler-0.1.7 .rubocop.yml
minato_error_handler-0.1.6 .rubocop.yml
minato_error_handler-0.1.5 .rubocop.yml
minato_error_handler-0.1.4 .rubocop.yml
minato_error_handler-0.1.3 .rubocop.yml
minato_error_handler-0.1.2.pre.9 .rubocop.yml
minato_error_handler-0.1.2.pre.8 .rubocop.yml
minato_error_handler-0.1.2.pre.7 .rubocop.yml
minato_error_handler-0.1.2.pre.6 .rubocop.yml
minato_error_handler-0.1.2.pre.5 .rubocop.yml
minato_error_handler-0.1.2.pre.4 .rubocop.yml
minato_error_handler-0.1.2.pre.3 .rubocop.yml
minato_error_handler-0.1.2.pre.2 .rubocop.yml
minato_error_handler-0.1.2.pre.1 .rubocop.yml
minato_error_handler-0.1.2 .rubocop.yml
minato_error_handler-0.1.1 .rubocop.yml