Sha256: 129964458c088707b159426370fb9371ca8cbb64d94953f818cb50abb3ce1285

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

inherit_gem:
  unasukecop:
    - "config/rubocop.yml"

Style/Documentation:
  Enabled: false
Style/RegexpLiteral:
  EnforcedStyle: percent_r

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'mikoshi.gemspec'

Metrics/CyclomaticComplexity:
  Max: 10

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mikoshi-0.7.0 .rubocop.yml
mikoshi-0.6.1 .rubocop.yml