Sha256: b86828b874dc5d76dcdaf22be5ddd6ed5c99358d5b86b58106ffe0cf8a8739a9

Contents?: true

Size: 1.69 KB

Versions: 3

Compression:

Stored size: 1.69 KB

Contents

---
require: rubocop-rspec

RSpec:
  Include:
    - _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

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/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/NamedSubject:
  Enabled: true

RSpec/NestedGroups:
  Enabled: true
  Max: 5

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

3 entries across 3 versions & 1 rubygems

Version Path
bixby-5.0.2 bixby_rspec_enabled.yml
bixby-5.0.0 bixby_rspec_enabled.yml
bixby-4.0.0 bixby_rspec_enabled.yml