We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3727cff commit d2e73fcCopy full SHA for d2e73fc
_tools/ruby_h_to_go/lib/ruby_h_to_go/go_util.rb
@@ -13,7 +13,7 @@ def self.snake_to_camel(str)
13
14
# Generate initial go file whether not exists
15
# @param go_file_path [String]
16
- def self.generate_initial_go_file(go_file_path)
+ def self.generate_initial_go_file(go_file_path) # rubocop:disable Metrics/MethodLength
17
return if File.exist?(go_file_path)
18
19
header = +<<~GO
0 commit comments