Sha256: b03fde0c060f849d5b9cc04fb91101d6d6848b546a1e6a3b30f9be74c8d97069

Contents?: true

Size: 1.06 KB

Versions: 14

Compression:

Stored size: 1.06 KB

Contents

AllCops:
  TargetRubyVersion: 2.6
Layout/EndAlignment:
  AutoCorrect: true
Style/StringLiterals:
  EnforcedStyle: single_quotes
Layout/LineLength:
  Max: 120
Style/SymbolArray:
  EnforcedStyle: brackets
Style/WordArray:
  EnforcedStyle: brackets
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Naming/FileName:
  Enabled: false
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Metrics/MethodLength:
  Max: 15
Metrics/AbcSize:
  Max: 20
Style/RegexpLiteral:
  EnforcedStyle: mixed
  AllowInnerSlashes: true

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
elastic-enterprise-search-8.9.0 .rubocop.yml
elastic-enterprise-search-8.8.0 .rubocop.yml
elastic-enterprise-search-8.7.0 .rubocop.yml
elastic-enterprise-search-8.6.0 .rubocop.yml
elastic-enterprise-search-8.5.0 .rubocop.yml
elastic-enterprise-search-8.4.0 .rubocop.yml
elastic-enterprise-search-8.3.0 .rubocop.yml
elastic-enterprise-search-8.2.1 .rubocop.yml
elastic-enterprise-search-8.1.1 .rubocop.yml
elastic-enterprise-search-8.0.1 .rubocop.yml
elastic-enterprise-search-8.2.0 .rubocop.yml
elastic-enterprise-search-8.1.0 .rubocop.yml
elastic-enterprise-search-8.0.0 .rubocop.yml
elastic-enterprise-search-8.0.0.pre .rubocop.yml