Sha256: 6f8bd99f2affae91d1905fcd46d9aade5ecbb0b60edb41fecb07244272e12ef8

Contents?: true

Size: 747 Bytes

Versions: 1

Compression:

Stored size: 747 Bytes

Contents

require: rubocop-rspec

# FIXME using json may be better
Security/MarshalLoad:
  Enabled: false


Gemspec/OrderedDependencies:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/LineLength:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/SpaceBeforeBlockBraces:
  Enabled: false
Layout/SpaceInsideBlockBraces:
  Enabled: false
Security/YAMLLoad:
  Enabled: false
Style/BlockDelimiters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/StringLiterals:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false

Style/GlobalVars:
  Exclude:
    - "spec/**/*"

Lint/AmbiguousBlockAssociation:
  Exclude:
    - "spec/**/*"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-sessionkeeper-0.1.7 .rubocop.yml