Sha256: d122444e4931a9ccab36020d2dbb66089959dfa53999e8d2d87d8e73394a1eab

Contents?: true

Size: 847 Bytes

Versions: 3

Compression:

Stored size: 847 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
Metrics/LineLength:
  Max: 128
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 12
Metrics/PerceivedComplexity:
  Max: 12
Metrics/ParameterLists:
  Max: 6
Lint/NestedMethodDefinition:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/CommentedKeyword:
  Enabled: false
Style/PercentLiteralDelimiters:
  Enabled: false
Style/BracesAroundHashParameters:
  Enabled: false
Style/SymbolArray:
  Enabled: false
# TODO: will remove after stopping support 2.2
Style/NumericPredicate:
  Enabled: false
Naming/AccessorMethodName:
  Enabled: false
Naming/MemoizedInstanceVariableName:
  Enabled: true
  Exclude:
    - test/**/*
Layout/RescueEnsureAlignment:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appium_lib_core-3.1.2 .rubocop.yml
appium_lib_core-3.1.1 .rubocop.yml
appium_lib_core-3.1.0 .rubocop.yml