Skip to content

Commit a111cfa

Browse files
committed
Resolved Lint/RedundantCopDisableDirective
1 parent 90a8d37 commit a111cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
module TestHelper # rubocop:disable Style/Documentation
3+
module TestHelper
44
def argument(type:, name:, pointer: nil, length: 0)
55
RubyHeaderParser::ArgumentDefinition.new(type:, name:, pointer:, length:)
66
end

0 commit comments

Comments
 (0)