Sha256: 8dc82782d4ad63d3b190dac5728c189f2067201253f73804111ee4fb64286928
Contents?: true
Size: 619 Bytes
Versions: 14
Compression:
Stored size: 619 Bytes
Contents
AllCops: TargetRubyVersion: 2.6 NewCops: enable # Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }. Style/HashSyntax: Enabled: true # Method definitions after `private` or `protected` isolated calls need one # extra level of indentation. Layout/IndentationConsistency: Enabled: true EnforcedStyle: indented_internal_methods # Two spaces, no tabs (for indentation). Layout/IndentationWidth: Enabled: true # Check quotes usage according to lint rule below. Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 IgnoredPatterns: ['\A#']
Version data entries
14 entries across 14 versions & 2 rubygems