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.
1 parent 8629d6f commit 51249feCopy full SHA for 51249fe
spec/fixtures/nocov_complex.rb
@@ -1,5 +1,5 @@
1
# So much skippping
2
-# rubocop:disable Metrics/MethodLength
+# rubocop:disable Metrics/MethodLength, Lint/Void
3
module NoCovComplex
4
def self.call(arg)
5
# :nocov:
@@ -24,4 +24,4 @@ def self.call(arg)
24
end
25
26
27
-# rubocop:enable Metrics/MethodLength
+# rubocop:enable Metrics/MethodLength, Lint/Void
0 commit comments