Skip to content

Commit

Permalink
👮 Lint/Void: Literal 0 used in void context.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 13, 2025
1 parent 8629d6f commit 51249fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/fixtures/nocov_complex.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# So much skippping
# rubocop:disable Metrics/MethodLength
# rubocop:disable Metrics/MethodLength, Lint/Void
module NoCovComplex
def self.call(arg)
# :nocov:
Expand All @@ -24,4 +24,4 @@ def self.call(arg)
end
end
end
# rubocop:enable Metrics/MethodLength
# rubocop:enable Metrics/MethodLength, Lint/Void

0 comments on commit 51249fe

Please sign in to comment.