Sha256: 12927c0a13f01402ecb63d9b266e8c7fd63cbb4026d7504eeaf3d6c8b0e37cf7

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - 'spec/**/*_spec.rb'
    - 'lib/ego/options.rb'
    - 'lib/ego/plugins/*.rb'

Style/Semicolon:
  Exclude:
    - 'spec/**/*_spec.rb'

Style/SingleLineMethods:
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ego-0.6.0 .rubocop.yml