Sha256: c90006607c4d8957a854ef37ed04efa079fd18b0f93cfce679ef772f5ac108f8
Contents?: true
Size: 649 Bytes
Versions: 38
Compression:
Stored size: 649 Bytes
Contents
# Excluding 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/**/* # Avoid opening modules and defining specs within them RSpec/DescribedClassModuleWrapping: Enabled: true # 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
38 entries across 38 versions & 1 rubygems