Sha256: cccc54dd1a07968a709798fa4740c2e30129e3e8da372a6b7ab30b5e3900c14c

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

# Custom config for RuboCop static code analysis
Metrics/LineLength:
  Max: 125
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/RegexpLiteral:
  Enabled: false
Style/ConstantName:
  Enabled: false
# blocked on https://github.com/appium/ruby_lib/issues/312
Style/GlobalVars:
  Enabled: false
Style/AccessorMethodName:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/EachWithObject:
  Enabled: false
Style/SpaceAroundOperators:
  Enabled: false
Style/ExtraSpacing:
  Enabled: false
Style/IndentHash:
  Enabled: false
Style/VariableNumber:
  EnforcedStyle: 'snake_case'
Lint/NestedMethodDefinition:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appium_lib-9.1.2 .rubocop.yml