Skip to content

Commit f2c0097

Browse files
committed
Disable Metrics/ClassLength in GemPatcher
1 parent 45869a5 commit f2c0097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/patch_for_go_gem/patch_for_go_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
raise "#{gemspec_file} isn't found" unless File.exist?(gemspec_file)
1717

1818
# Patch to make a gem into a Go gem right after `bundle gem`
19-
class GemPatcher
19+
class GemPatcher # rubocop:disable Metrics/ClassLength
2020
attr_reader :gemspec_file
2121

2222
# @param gemspec_file [String]

0 commit comments

Comments
 (0)