Sha256: eeaa73ebc81dd15b27bfb79795ab264d7ecf19e7685f2153c9589747f95b89f4

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5

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

Metrics/ModuleLength:
  Max: 500
  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'

Rails/DynamicFindBy:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
repository-base-0.4.1 .rubocop.yml
repository-base-0.4.0 .rubocop.yml