Sha256: 337354159da6c592e5deec5a181993185a7cb0e3cb06c3571f307b9b46272d29
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
AllCops: DisplayCopNames: true Metrics/BlockNesting: Max: 2 Metrics/ClassLength: CountComments: false Max: 125 Metrics/PerceivedComplexity: Max: 8 Metrics/CyclomaticComplexity: Max: 8 # TODO: Lower to 6 Metrics/LineLength: AllowURI: true Max: 143 # TODO: Lower to 80 Metrics/MethodLength: CountComments: false Max: 22 # TODO: Lower to 15 Metrics/ModuleLength: CountComments: false Max: 120 Metrics/ParameterLists: Max: 5 CountKeywordArgs: true Metrics/AbcSize: Enabled: false Style/CollectionMethods: PreferredMethods: collect: 'map' reduce: 'inject' find: 'detect' find_all: 'select' Style/Documentation: Enabled: false Style/DotPosition: EnforcedStyle: trailing Style/DoubleNegation: Enabled: false Style/EachWithObject: Enabled: false Style/Encoding: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/Lambda: Enabled: false Style/SpaceAroundOperators: AllowForAlignment: true Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
http-2.0.1 | .rubocop.yml |
http-2.0.0 | .rubocop.yml |
http-2.0.0.pre | .rubocop.yml |
http-1.0.4 | .rubocop.yml |
http-1.0.3 | .rubocop.yml |