Sha256: 4e7270ae8d4a6fdd91636fb544d6a75f5c79fc048265235d16af996d6c63061e
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
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' # The followings should checked again Style/IdenticalConditionalBranches: Enabled: false Lint/NestedMethodDefinition: Enabled: false Lint/UnifiedInteger: Enabled: false Performance/RedundantBlockCall: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appium_lib-9.1.1 | .rubocop.yml |
appium_lib-9.1.0 | .rubocop.yml |