Sha256: 68dfe8fc8c863bf0ab63f791bac133f3a5b881e0ce54662bfabd923397311e2c
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 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: 25 # 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/EmptyCaseCondition: 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
http-2.2.2 | .rubocop.yml |
http-2.2.1 | .rubocop.yml |
http-2.2.0 | .rubocop.yml |