Sha256: a50e33289dc90a2bcda673d490002f7d4b971bcf0b22457adc0f3eefa8fc1a97

Contents?: true

Size: 733 Bytes

Versions: 8

Compression:

Stored size: 733 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
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
Naming/AccessorMethodName:
  Enabled: false
Naming/MemoizedInstanceVariableName:
  Enabled: false
Layout/RescueEnsureAlignment:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
appium_lib_core-3.0.2 .rubocop.yml
appium_lib_core-3.0.1 .rubocop.yml
appium_lib_core-3.0.0 .rubocop.yml
appium_lib_core-2.3.4 .rubocop.yml
appium_lib_core-2.3.3 .rubocop.yml
appium_lib_core-2.3.2 .rubocop.yml
appium_lib_core-2.3.1 .rubocop.yml
appium_lib_core-2.3.0 .rubocop.yml