Sha256: bf3ee04b7cb9e275231d55e92ee2673291abf48810a4df9d5809533db47a6fe4

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - '**/*.gemspec'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shiyo-0.1.2 .rubocop.yml
shiyo-0.1.1 .rubocop.yml
shiyo-0.1.0 .rubocop.yml