Sha256: 119e9eb56bf834405abd496d85389edaeee963ccf6cb4ac196eed1a6c88704cf

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml
AllCops:
  Include:
    - Rakefile
    - lib/**/*.rake
  Exclude:
    - 'vendor/**/*'
    - 'percy-client.gemspec'

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Metrics/LineLength:
  Max: 101

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/CaseIndentation:
  EnforcedStyle: end

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/IndentArray:
  EnforcedStyle: consistent

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

# Disable Style/NumericLiterals so numbers don't need underscores
Style/NumericLiterals:
  Enabled: false

Style/FileName:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/NumericPredicate:
  EnforcedStyle: comparison

Style/RedundantBegin:
  Enabled: false

Style/RegexpLiteral:
  EnforcedStyle: slashes
  AllowInnerSlashes: true

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: consistent_comma

RSpec/MessageSpies:
  EnforcedStyle: receive

RSpec/NotToNot:
  Enabled: false


# Will be able to do this in >= v1.11
# RSpec/DescribedClass:
#   EnforcedStyle: explicit

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
percy-client-1.13.0 .rubocop.yml
percy-client-1.12.0 .rubocop.yml
percy-client-1.11.0 .rubocop.yml
percy-client-1.10.1 .rubocop.yml