Sha256: 54df2052c4f4bfa5c1f66554a84bff3816d1b6edd8b5f9949799e2f452b7eea3
Contents?: true
Size: 925 Bytes
Versions: 9
Compression:
Stored size: 925 Bytes
Contents
inherit_from: .rubocop_todo.yml ## Styles ###################################################################### Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/BracesAroundHashParameters: Enabled: false Style/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true Style/Encoding: EnforcedStyle: when_needed Style/HashSyntax: EnforcedStyle: hash_rockets Style/IndentHash: EnforcedStyle: consistent # New lambda syntax is as ugly to me as new syntax of Hash. Style/Lambda: Enabled: false # A bit useless restriction, that makes impossible aligning code like this: # # redis do |conn| # conn.hset :k1, now # conn.hincrby :k2, 123 # end SingleSpaceBeforeFirstArg: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes ## Metrics ##################################################################### Metrics/MethodLength: CountComments: false Max: 15
Version data entries
9 entries across 9 versions & 1 rubygems