Sha256: 706ff0e4faa287f02caeb67a1a90ce93b32c4d9f3b572e5c49a0e2ad28dd0ca5

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisabledByDefault: true

Metrics/LineLength:
  Max: 120

Layout/DotPosition:
  EnforcedStyle: leading

Layout/AlignHash:
  Enabled: true

Layout/ExtraSpacing:
  AllowForAlignment: false

Style/HashSyntax:
  EnforcedStyle: ruby19

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

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Layout/SpaceInsideBlockBraces:
  EnforcedStyleForEmptyBraces: space

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

# NOTE: Cop seems to be broken at the moment:
#
#   An error occurred while Layout/MultilineOperationIndentation cop was
#   inspecting ./lib/rspec_api_docs/rake_task.rb:101:6
# Layout/MultilineOperationIndentation:
#   EnforcedStyle: indented

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rspec-api-docs-1.1.0 .rubocop.yml
rspec-api-docs-1.0.0 .rubocop.yml
rspec-api-docs-0.14.0 .rubocop.yml
rspec-api-docs-0.13.0 .rubocop.yml