Sha256: 211578548a94ea2db868c62fbdf36056f86af930f52db9ba2a9d30136ce43a93

Contents?: true

Size: 1.89 KB

Versions: 4

Compression:

Stored size: 1.89 KB

Contents

---
require: rubocop-rspec

AllCops:
  RSpec:
    Patterns:
    - _spec.rb
    - "(?:^|/)spec/"

RSpec/AnyInstance:
  Enabled: true

RSpec/BeEql:
  Enabled: true

RSpec/DescribeClass:
  Enabled: true

RSpec/DescribedClass:
  SkipBlocks: false
  Enabled: true

RSpec/DescribeMethod:
  Enabled: true

RSpec/EmptyExampleGroup:
  Enabled: true
  CustomIncludeMethods: []

RSpec/ExampleLength:
  Enabled: true
  Max: 5

RSpec/ExampleWording:
  Enabled: true
  CustomTransform:
    be: is
    have: has
    not: does not
  IgnoredWords: []

RSpec/ExpectActual:
  Enabled: true

RSpec/ExpectOutput:
  Enabled: true

RSpec/FilePath:
  Enabled: true
  CustomTransform:
    RuboCop: rubocop
    RSpec: rspec
  IgnoreMethods: false

RSpec/Focus:
  Enabled: true

RSpec/HookArgument:
  Enabled: true
  EnforcedStyle: implicit
  SupportedStyles:
  - implicit
  - each
  - example

RSpec/ImplicitExpect:
  Enabled: true
  EnforcedStyle: is_expected
  SupportedStyles:
  - is_expected
  - should

RSpec/InstanceVariable:
  AssignmentOnly: false
  Enabled: true

RSpec/LeadingSubject:
  Enabled: true

RSpec/LetSetup:
  Enabled: true

RSpec/MessageChain:
  Enabled: true

RSpec/MessageExpectation:
  Enabled: false
  EnforcedStyle: allow
  SupportedStyles:
  - allow
  - expect

RSpec/MessageSpies:
  Enabled: true
  EnforcedStyle: have_received
  SupportedStyles:
  - have_received
  - receive

RSpec/MultipleDescribes:
  Enabled: true

RSpec/MultipleExpectations:
  Enabled: true
  Max: 1

RSpec/NamedSubject:
  Enabled: true

RSpec/NestedGroups:
  Enabled: true
  Max: 3

RSpec/NotToNot:
  EnforcedStyle: not_to
  SupportedStyles:
  - not_to
  - to_not
  Enabled: true

RSpec/RepeatedDescription:
  Enabled: true

RSpec/RepeatedExample:
  Enabled: true

RSpec/SingleArgumentMessageChain:
  Enabled: true

RSpec/ScatteredSetup:
  Enabled: true

RSpec/SubjectStub:
  Enabled: true

RSpec/VerifiedDoubles:
  Enabled: true
  IgnoreSymbolicNames: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bixby-0.2.2 bixby_rspec_enabled.yml
bixby-0.2.1 bixby_rspec_enabled.yml
bixby-0.2.0 bixby_rspec_enabled.yml
bixby-0.1.0 bixby_rspec_enabled.yml