Skip to content

Commit 3727cff

Browse files
committed
Disable Metrics/ModuleLength
1 parent e7053cd commit 3727cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/ruby_h_to_go/lib/ruby_h_to_go/go_util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module RubyHToGo
44
# helper methods for generating go code
5-
module GoUtil
5+
module GoUtil # rubocop:disable Metrics/ModuleLength
66
# @param str [String]
77
# @return [String]
88
def self.snake_to_camel(str)

0 commit comments

Comments
 (0)