Sha256: 91d04a02f90ee8d2881d911aedd1ef6b446a5f1b645a6fbb0e0642a07b88f060

Contents?: true

Size: 847 Bytes

Versions: 2

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: 10
Metrics/PerceivedComplexity:
  Max: 10
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

2 entries across 2 versions & 1 rubygems

Version Path
appium_lib_core-3.0.4 .rubocop.yml
appium_lib_core-3.0.3 .rubocop.yml