Sha256: 24ac80fd9a5e476c576d5013375f6b49b00cf37fe2883d08292dc0cb39d8aa4e
Contents?: true
Size: 1.08 KB
Versions: 37
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
37 entries across 37 versions & 1 rubygems