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 82e05ec + fe50d6a commit 7a26689Copy full SHA for 7a26689
lib/rubocop-rspec_rails.rb
@@ -13,20 +13,3 @@
13
14
project_root = File.join(__dir__, '..')
15
RuboCop::ConfigLoader.inject_defaults!(project_root)
16
-
17
-# FIXME: This is a workaround for the following issue:
18
-# https://github.com/rubocop/rubocop-rspec_rails/issues/8
19
-module RuboCop
20
- module Cop
21
- class Registry # rubocop:disable Style/Documentation
22
- prepend(Module.new do
23
- def qualified_cop_name(name, path, warn: true)
24
- return super unless name == 'RSpec/Rails/HttpStatus'
25
26
- badge = Badge.parse(name)
27
- resolve_badge(badge, qualify_badge(badge).first, path)
28
- end
29
- end)
30
31
32
-end
0 commit comments