Sha256: 32506768ae3c85fac2cd1d6a4d7701d786c0538e4ecafa21619953e878414626

Contents?: true

Size: 445 Bytes

Versions: 10

Compression:

Stored size: 445 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 tasks ones don't
RSpec/LeadingSubject:
  Exclude:
    - spec/support

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-8.3.2 rspec.yml
boxt_ruby_style_guide-8.3.1 rspec.yml
boxt_ruby_style_guide-8.3.0 rspec.yml
boxt_ruby_style_guide-8.2.3 rspec.yml
boxt_ruby_style_guide-8.2.2 rspec.yml
boxt_ruby_style_guide-8.2.1 rspec.yml
boxt_ruby_style_guide-8.2.0 rspec.yml
boxt_ruby_style_guide-8.1.1 rspec.yml
boxt_ruby_style_guide-8.1.0 rspec.yml
boxt_ruby_style_guide-8.0.0 rspec.yml