Skip to content

Commit 51249fe

Browse files
committed
👮 Lint/Void: Literal 0 used in void context.
1 parent 8629d6f commit 51249fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/fixtures/nocov_complex.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# So much skippping
2-
# rubocop:disable Metrics/MethodLength
2+
# rubocop:disable Metrics/MethodLength, Lint/Void
33
module NoCovComplex
44
def self.call(arg)
55
# :nocov:
@@ -24,4 +24,4 @@ def self.call(arg)
2424
end
2525
end
2626
end
27-
# rubocop:enable Metrics/MethodLength
27+
# rubocop:enable Metrics/MethodLength, Lint/Void

0 commit comments

Comments
 (0)