Sha256: e8d54dd10924a193ab595e491a701766a4a6e8bbf9fd3a3f21ce40c31ba9661d

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

# https://github.com/bbatsov/rubocop/blob/master/config/default.yml

AllCops:
  Exclude:
    - 'spec/**/*'
    - 'bin/*'
    - '*.gemspec'
  TargetRubyVersion: 2.3

Metrics/LineLength:
  Max: 110

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opie-1.1.0 .rubocop.yml