We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6af61 + 478ab25 commit 3a2088fCopy full SHA for 3a2088f
lib/rubocop/cop/rspec/cop.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module RuboCop
4
- module Cop # rubocop:disable Style/Documentation
+ module Cop
5
WorkaroundCop = Cop.dup
6
7
# Clone of the the normal RuboCop::Cop::Cop class so we can rewrite
lib/rubocop/cop/rspec_cops.rb
@@ -10,7 +10,7 @@
10
11
begin
12
require_relative 'rspec/rails/http_status'
13
-rescue LoadError # rubocop:disable Lint/SuppressedException
+rescue LoadError
14
# Rails/HttpStatus cannot be loaded if rack/utils is unavailable.
15
end
16
0 commit comments