Sha256: 523ca5e8ec4d32ed4c7a0d9dafdd85d1955d6083fa353e3fad9bbdd8bf7d4474

Contents?: true

Size: 983 Bytes

Versions: 8

Compression:

Stored size: 983 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: 13
Metrics/PerceivedComplexity:
  Max: 13
Metrics/ParameterLists:
  Max: 6
Lint/NestedMethodDefinition:
  Enabled: false
# TODO: Replace <<- with <<~ after dropping Ruby 2.2
Layout/IndentHeredoc:
  Enabled: false
Style/ZeroLengthPredicate:
  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

8 entries across 8 versions & 1 rubygems

Version Path
appium_lib_core-3.5.0 .rubocop.yml
appium_lib_core-3.4.2 .rubocop.yml
appium_lib_core-3.4.1 .rubocop.yml
appium_lib_core-3.4.0 .rubocop.yml
appium_lib_core-3.3.0 .rubocop.yml
appium_lib_core-3.2.3 .rubocop.yml
appium_lib_core-3.2.2 .rubocop.yml
appium_lib_core-3.2.1 .rubocop.yml