Sha256: c9fc550a4e3d91c1b7817980e0a6daf31607c734184c5f557eb4718481486a77

Contents?: true

Size: 542 Bytes

Versions: 9

Compression:

Stored size: 542 Bytes

Contents

# Disabling as we set up the rake specs as 'describe "rake namespace:task", type: :task do' which determines what task
# is being tested, and this cop doesn't like having a describe block without a class or module name.
RSpec/DescribeClass:
  Exclude:
    - spec/tasks/**/*
# This is to prevent Rubocop from bugging on a spec helper that doesn't contain an example, which the support ones don't
RSpec/LeadingSubject:
  Exclude:
    - spec/support
# Allow there to be a max of 4 example groups deep in Rspec tests
RSpec/NestedGroups:
  Max: 4

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-9.4.2 rspec.yml
boxt_ruby_style_guide-9.4.1 rspec.yml
boxt_ruby_style_guide-9.4.0 rspec.yml
boxt_ruby_style_guide-9.3.1 rspec.yml
boxt_ruby_style_guide-9.3.0 rspec.yml
boxt_ruby_style_guide-9.2.1 rspec.yml
boxt_ruby_style_guide-9.2.0 rspec.yml
boxt_ruby_style_guide-9.1.1 rspec.yml
boxt_ruby_style_guide-9.1.0 rspec.yml