Sha256: cf3dec02aa718db7dcbe6cdbce9c19c84474a7fafe96439de8d7e0825196bd94
Contents?: true
Size: 729 Bytes
Versions: 4
Compression:
Stored size: 729 Bytes
Contents
# Configuration for Rubocop >= 0.38.0, < 0.49.0 Style/ExtraSpacing: # When true, allows most uses of extra spacing if the intent is to align # things with the previous or next line, not counting empty lines or comment # lines. AllowForAlignment: false Style/NumericLiterals: Enabled: false Style/SpaceBeforeFirstArg: Enabled: true Metrics/BlockNesting: Max: 2 Style/AlignHash: EnforcedColonStyle: 'key' EnforcedHashRocketStyle: 'key' Style/WordArray: Enabled: false Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: 'comma' Style/TrailingCommaInArguments: EnforcedStyleForMultiline: 'comma' Style/HashSyntax: EnforcedStyle: 'ruby19' Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
4 entries across 4 versions & 1 rubygems