Sha256: c5da2b9463253482b7cdb9f29f99a70eeb280d15e4ac2b8be5f9f9eb80f515c6

Contents?: true

Size: 878 Bytes

Versions: 6

Compression:

Stored size: 878 Bytes

Contents

require: rubocop-rspec

AllCops:
  Exclude:
    - 'bin/{console,setup}' # not mine
    - 'Gemfile'             # maintained through "bundle" command

# TODO: Clean up tests
RSpec/ExpectInHook:
  Enabled: false
RSpec/FilePath:
  Exclude:
    - spec/cexpect_spec.rb
RSpec/MessageSpies:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false
RSpec/VerifiedDoubles:
  Enabled: false

# Personal preferences
Layout/DotPosition:
  EnforcedStyle: trailing
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%i': '()'

# New stuff in rubocop, not yet enabled/disabled by default
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true

Style/ExponentialNotation:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cexpect-0.3.0 .rubocop.yml
cexpect-0.2.0 .rubocop.yml
cexpect-0.1.4 .rubocop.yml
cexpect-0.1.3 .rubocop.yml
cexpect-0.1.2 .rubocop.yml
cexpect-0.1.1 .rubocop.yml