Sha256: 55af802b34ea748fdc2c3741d2a28c44d263b4018c77afcc26203db457422cf7
Contents?: true
Size: 1.08 KB
Versions: 99
Compression:
Stored size: 1.08 KB
Contents
Metrics/LineLength: Description: 'Limit lines to 120 characters.' Max: 120 IgnoredPatterns: ['\A#', '\A([ ]{2}|[ ]{4})#'] Style/SpaceBeforeFirstArg: Enabled: false Style/BracesAroundHashParameters: Enabled: false Style/IndentHash: EnforcedStyle: consistent Style/AlignHash: Severity: fatal Enabled: true EnforcedHashRocketStyle: table EnforcedColonStyle: table Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/StringLiterals: EnforcedStyle: single_quotes Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Style/DotPosition: EnforcedStyle: leading Style/DoubleNegation: Enabled: false Style/SpaceAroundOperators: # When true, allows most uses of extra spacing if the intent is to align # with an operator on the previous or next line, not counting empty lines # or comment lines. AllowForAlignment: true Style/FrozenStringLiteralComment: Enabled: false AllCops: Exclude: - '*.gemspec' - 'vendor/**/*' - 'spec/**/*' - 'tmp/**/*'
Version data entries
99 entries across 99 versions & 4 rubygems