Skip to content

Commit d2e73fc

Browse files
committed
Disable Metrics/MethodLength
1 parent 3727cff commit d2e73fc

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def self.snake_to_camel(str)
1313

1414
# Generate initial go file whether not exists
1515
# @param go_file_path [String]
16-
def self.generate_initial_go_file(go_file_path)
16+
def self.generate_initial_go_file(go_file_path) # rubocop:disable Metrics/MethodLength
1717
return if File.exist?(go_file_path)
1818

1919
header = +<<~GO

0 commit comments

Comments
 (0)