Sha256: 445e029d4bf08656b8c4187f3ccdf101c83d33d32aff532a1aa3ff70d9ad8465

Contents?: true

Size: 949 Bytes

Versions: 9

Compression:

Stored size: 949 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisabledByDefault: true

Metrics/LineLength:
  Max: 120

Metrics/AbcSize:
  Enabled: true

Style/DotPosition:
  EnforcedStyle: leading

Style/AlignHash:
  Enabled: true

Style/ExtraSpacing:
  AllowForAlignment: false

Style/HashSyntax:
  EnforcedStyle: ruby19

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  '{}'
    '%i': '[]'
    '%q': '{}'
    '%Q': '{}'
    '%r': '{}'
    '%s': '[]'
    '%w': '[]'
    '%W': '[]'
    '%x': '[]'

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/SpaceInsideBlockBraces:
  EnforcedStyleForEmptyBraces: space

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rspec-api-docs-0.10.0 .rubocop.yml
rspec-api-docs-0.9.0 .rubocop.yml
rspec-api-docs-0.8.0 .rubocop.yml
rspec-api-docs-0.7.0 .rubocop.yml
rspec-api-docs-0.6.0 .rubocop.yml
rspec-api-docs-0.5.0 .rubocop.yml
rspec-api-docs-0.4.0 .rubocop.yml
rspec-api-docs-0.3.0 .rubocop.yml
rspec-api-docs-0.2.0 .rubocop.yml