Sha256: 375458a11b59fb75ece02644ce161315f3c3af223bbf05ea046ebbd84dfd87a7

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - 'vendor/**/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/For:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
milight-v6-0.2.0 .rubocop.yml