Sha256: dfb675e438611eea18f4c85d304be539da5781de0ee40b263df515e36db1f8de

Contents?: true

Size: 992 Bytes

Versions: 1

Compression:

Stored size: 992 Bytes

Contents

require:
  - rubocop-rspec

RSpec/DescribeClass:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/ExpectInHook:
  Enabled: false

# Deprecated and wonky
RSpec/FilePath:
  Enabled: false

RSpec/Focus:
  Enabled: <%= ENV["CI"] == "true" %>

RSpec/ImplicitSubject:
  EnforcedStyle: single_statement_only

RSpec/IndexedLet:
  Enabled: false

RSpec/InstanceVariable:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/NestedGroups:
  Enabled: false

RSpec/NoExpectationExample:
  AllowedPatterns:
    - ^is_expected_

RSpec/NotToNot:
  EnforcedStyle: to_not

# Would be really nice to turn this on if we can exclude namespaces like Foobara so we donĀ“t have to have foobara/
# prefixing every path.
RSpec/SpecFilePathFormat:
  Enabled: false

# where is something mentioning Rails coming from?? Built into the rspec cops?
RSpecRails/HaveHttpStatus:
  Enabled: false

RSpec/RemoveConst:
  Exclude:
    - 'spec/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foobara-rubocop-rules-0.0.2 rules/rspec.yml