Sha256: 548ce727f2c863974d7a96165490bad14e923f632b30fc468fd74b73653cf969
Contents?: true
Size: 627 Bytes
Versions: 2
Compression:
Stored size: 627 Bytes
Contents
AllCops: DisplayCopNames: true # # Style # LineLength: Max: 128 Style/AccessorMethodName: Enabled: false Style/ConditionalAssignment: Enabled: false Style/RescueModifier: Enabled: false Style/SpaceBeforeFirstArg: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes # # Metrics # Metrics/AbcSize: Max: 50 Metrics/ClassLength: Max: 200 Metrics/CyclomaticComplexity: Max: 10 Metrics/MethodLength: Max: 50 Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: Max: 10 # # Lint # Lint/HandleExceptions: Enabled: false Lint/ShadowedException: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
socketry-0.2.0 | .rubocop.yml |
socketry-0.1.0 | .rubocop.yml |