Sha256: 9d1a7fbbeec9f68745d03e9196e05e6a8cfbdeafd531f51cbb01c821d360db9e

Contents?: true

Size: 448 Bytes

Versions: 12

Compression:

Stored size: 448 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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
boxt_ruby_style_guide-9.0.2 rspec.yml
boxt_ruby_style_guide-9.0.1 rspec.yml
boxt_ruby_style_guide-9.0.0 rspec.yml
boxt_ruby_style_guide-8.6.0 rspec.yml
boxt_ruby_style_guide-8.5.1 rspec.yml
boxt_ruby_style_guide-8.5.0 rspec.yml
boxt_ruby_style_guide-8.4.1 rspec.yml
boxt_ruby_style_guide-8.4.0 rspec.yml
boxt_ruby_style_guide-8.3.6 rspec.yml
boxt_ruby_style_guide-8.3.5 rspec.yml
boxt_ruby_style_guide-8.3.4 rspec.yml
boxt_ruby_style_guide-8.3.3 rspec.yml