Sha256: 15f20c5f6a6dd31b08d0013791946de62078a83c6168768735a91706d3882f4d

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mext_school_code_validator-1.0.1 .rubocop.yml
mext_school_code_validator-1.0.0 .rubocop.yml