Sha256: 75beedcd053a644f7e5a3ec7448e1b82d511bbeb0c245dd03911e1ddba6ab3bb
Contents?: true
Size: 1.39 KB
Versions: 7
Compression:
Stored size: 1.39 KB
Contents
AllCops: TargetRubyVersion: 2.3 UseCache: false DisplayCopNames: true Exclude: - "gemfiles/*" Metrics/LineLength: Max: 100 # 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 Metrics/BlockLength: Exclude: - "spec/**/*.*" - "*.gemspec" Lint/SuppressedException: Exclude: - "spec/**/*.*" 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: consistent_comma Style/TrailingCommaInArrayLiteral: Description: 'Checks for trailing comma in array literals.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas' Enabled: true EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: Description: 'Checks for trailing comma in hash literals.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas' Enabled: true EnforcedStyleForMultiline: consistent_comma Style/StringLiterals: EnforcedStyle: double_quotes Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
7 entries across 7 versions & 1 rubygems