Sha256: 897eb82ed299144ff1f87b90632f42a00bd2ed288e930444314b8d5f36765bd5

Contents?: true

Size: 650 Bytes

Versions: 16

Compression:

Stored size: 650 Bytes

Contents

inherit_from: ../.rubocop.yml

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

Style/ClassAndModuleChildren:
  Enabled: false

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

16 entries across 16 versions & 2 rubygems

Version Path
berkeley_library-tind-0.7.2 spec/.rubocop.yml
berkeley_library-tind-0.7.1 spec/.rubocop.yml
berkeley_library-tind-0.7.0 spec/.rubocop.yml
berkeley_library-util-0.1.5 spec/.rubocop.yml
berkeley_library-util-0.1.4 spec/.rubocop.yml
berkeley_library-util-0.1.3 spec/.rubocop.yml
berkeley_library-util-0.1.2 spec/.rubocop.yml
berkeley_library-tind-0.6.0 spec/.rubocop.yml
berkeley_library-tind-0.5.1 spec/.rubocop.yml
berkeley_library-tind-0.5.0 spec/.rubocop.yml
berkeley_library-tind-0.4.3 spec/.rubocop.yml
berkeley_library-util-0.1.1 spec/.rubocop.yml
berkeley_library-tind-0.4.2 spec/.rubocop.yml
berkeley_library-util-0.1.0 spec/.rubocop.yml
berkeley_library-tind-0.4.1 spec/.rubocop.yml
berkeley_library-tind-0.4.0 spec/.rubocop.yml