Sha256: f71ad54b2bf5266d5d0ff096f1f3f66922a1fc093dda6f27c2d84c96f986f0f1
Contents?: true
Size: 1.09 KB
Versions: 6
Compression:
Stored size: 1.09 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' Lint/NestedMethodDefinition: Enabled: false # Should enable and fix for Ruby3 Style/FrozenStringLiteralComment: Enabled: false # Can use over Ruby2.3 Style/SafeNavigation: Enabled: false # Can use over Ruby2.3 Style/NumericPredicate: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
appium_lib-9.3.3 | .rubocop.yml |
appium_lib-9.3.2 | .rubocop.yml |
appium_lib-9.3.1 | .rubocop.yml |
appium_lib-9.3.0 | .rubocop.yml |
appium_lib-9.2.0 | .rubocop.yml |
appium_lib-9.1.3 | .rubocop.yml |