Sha256: 919063fd3e447092d8db5d7ff43c8089c3e8511733e0d611614aaee5b28f5ce9

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

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: 14
Metrics/PerceivedComplexity:
  Max: 14
Metrics/ParameterLists:
  Enabled: false
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/**/*
Naming/RescuedExceptionsVariableName:
  Enabled: false
Layout/RescueEnsureAlignment:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appium_lib_core-3.11.1 .rubocop.yml
appium_lib_core-3.11.0 .rubocop.yml
appium_lib_core-3.10.1 .rubocop.yml