Sha256: 565fbd2267ce490a12178bc4759f6e9f7479a58731674e96a69a5f67b6529807

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.5
  SuggestExtensions: false
  NewCops: enable
  Exclude:
    - '**/*~'

Layout/LineLength:
  Exclude:
    - '**/*.gen.rb'

Style/AsciiComments:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
script_detector_2-0.2.0 .rubocop.yml
script_detector_2-0.1.1 .rubocop.yml
script_detector_2-0.1.0 .rubocop.yml