Sha256: f5008c0f9384011f078b9388c0d07ec92bd6f0a6950f5701d01061b868c22a14

Contents?: true

Size: 602 Bytes

Versions: 12

Compression:

Stored size: 602 Bytes

Contents

inherit_from: ../.rubocop.yml

AllCops:
  # Exclude generated files
  Exclude:
    - 'suite/**/*'

Style/MultilineBlockChain:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Layout/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

############################################################
# Added in Rubocop 0.89

# Sometimes we're testing the operator
Lint/BinaryOperatorWithIdenticalOperands:
  Enabled: false

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
berkeley_library-alma-0.0.7.1 spec/.rubocop.yml
berkeley_library-alma-0.0.7 spec/.rubocop.yml
berkeley_library-alma-0.0.6 spec/.rubocop.yml
berkeley_library-alma-0.0.5 spec/.rubocop.yml
berkeley_library-alma-0.0.4 spec/.rubocop.yml
berkeley_library-alma-0.0.3 spec/.rubocop.yml
berkeley_library-alma-0.0.2 spec/.rubocop.yml
berkeley_library-marc-0.3.1 spec/.rubocop.yml
berkeley_library-marc-0.3.0 spec/.rubocop.yml
berkeley_library-alma-0.0.1 spec/.rubocop.yml
berkeley_library-marc-0.2.1 spec/.rubocop.yml
berkeley_library-marc-0.2.0 spec/.rubocop.yml