Skip to content

Commit c2c4b38

Browse files
committed
Resolved Lint/RedundantCopDisableDirective
1 parent 9d789fb commit c2c4b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/ruby_h_to_go/spec/ruby_header_parser/parser_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
end
2525

2626
its(:name) { should eq "rb_define_method" }
27-
its(:definition) { should eq "void rb_define_method(VALUE klass, const char *mid, VALUE (*func)(), int arity)" } # rubocop:disable Layout/LineLength
27+
its(:definition) { should eq "void rb_define_method(VALUE klass, const char *mid, VALUE (*func)(), int arity)" }
2828
its(:typeref) { should eq typedef(type: "void") }
2929
its(:args) { should eq args }
3030
end

0 commit comments

Comments
 (0)