Sha256: f93a3e749a0416cbdc3e44fcb3719f19728bd85dd36673f1f793532d7a33cc83

Contents?: true

Size: 939 Bytes

Versions: 1

Compression:

Stored size: 939 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/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

1 entries across 1 versions & 1 rubygems

Version Path
appium_lib_core-3.2.0 .rubocop.yml