Sha256: 03a0dfdbf1ef8d641c52b96029d701ff0b8dba48fef838d653fb9207fda0c8ab

Contents?: true

Size: 570 Bytes

Versions: 4

Compression:

Stored size: 570 Bytes

Contents

AllCops:
  Include:
    - ''
  Exclude:
    - 'unipept.gemspec'
    - 'vendor/**/*'

Style/ClassAndModuleChildren:
  EnforcedStyle: compact
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false

# disable for now
Lint/NestedMethodDefinition:
  Enabled: false
Style/ClassVars:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/RescueModifier:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
unipept-1.4.0 .rubocop.yml
unipept-1.3.0 .rubocop.yml
unipept-1.2.0 .rubocop.yml
unipept-1.1.3 .rubocop.yml