Sha256: 5476145690a8f74d3ca8535aa7b9d1af5935b926062c34fe18d675b344423625
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
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: Enabled: false Lint/NestedMethodDefinition: Enabled: false # TODO: Replace <<- with <<~ after dropping Ruby 2.2 Layout/IndentHeredoc: Enabled: false Style/ZeroLengthPredicate: 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/**/* Naming/RescuedExceptionsVariableName: Enabled: false Layout/RescueEnsureAlignment: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appium_lib_core-3.10.0 | .rubocop.yml |
appium_lib_core-3.9.0 | .rubocop.yml |
appium_lib_core-3.8.0 | .rubocop.yml |