diff --git a/spec/fixtures/nocov_complex.rb b/spec/fixtures/nocov_complex.rb index 9005f83a..95beb0c0 100644 --- a/spec/fixtures/nocov_complex.rb +++ b/spec/fixtures/nocov_complex.rb @@ -1,5 +1,5 @@ # So much skippping -# rubocop:disable Metrics/MethodLength +# rubocop:disable Metrics/MethodLength, Lint/Void module NoCovComplex def self.call(arg) # :nocov: @@ -24,4 +24,4 @@ def self.call(arg) end end end -# rubocop:enable Metrics/MethodLength +# rubocop:enable Metrics/MethodLength, Lint/Void