Sha256: 8e30a64006dbb39ba329821f540b9061923784b42b3a9e2d545375bf9e68a061
Contents?: true
Size: 828 Bytes
Versions: 9
Compression:
Stored size: 828 Bytes
Contents
AllCops: TargetRubyVersion: 2.2 UseCache: false DisplayCopNames: true Metrics/LineLength: Max: 120 # To make it possible to copy or click on URIs in the code, we allow lines # contaning a URI to be longer than Max. AllowURI: true URISchemes: - http - https Enabled: true Metrics/AbcSize: Max: 30 Metrics/MethodLength: Max: 25 Style/TrailingCommaInArguments: Description: 'Checks for trailing comma in argument lists.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-params-comma' Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInLiteral: Description: 'Checks for trailing comma in array and hash literals.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas' Enabled: true EnforcedStyleForMultiline: comma
Version data entries
9 entries across 9 versions & 1 rubygems