Sha256: c2bbfcfcf8c472bf8e0b2fa0cc5911f3a0606a920a67a28bd5b7e7f4dc56c1be

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

Metrics/BlockLength:
  Max: 300
  Include:
    - 'spec/**/*_spec.rb'

Metrics/ModuleLength:
  Max: 300
  Include:
    - 'spec/**/*_spec.rb'

Style/CommentedKeyword:
  Enabled: false

# This silences 'Missing top-level class documentation comment.', which we
# particularly want to do on (initially-)generated files.
Style/Documentation:
  Enabled: false
  Include:
    - 'apps/**/*.rb'
    - 'lib/**/*.rb'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
prolog-services-markdown_to_html-1.0.3 .rubocop.yml
repository-support-0.1.3 .rubocop.yml
repository-support-0.1.1 .rubocop.yml