Sha256: a912375fa2ae07bc6cde0b04240c9a79b9af69d3349f97fcde0f0cdefa03b697

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  # Include:
  #   - Gemfile
  #   - Rakefile
  #   - lib/
  #   - spec/
  Exclude:
    - renc.gemspec
    - vendor/**/*

Style/AsciiComments:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Metrics/LineLength:
  Exclude:
    - spec/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renc-2.1.0 .rubocop.yml
renc-2.0.0 .rubocop.yml