Skip to content

Commit eb08589

Browse files
committed
Disable Style/ExplicitBlockArgument
1 parent 984fbb1 commit eb08589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gem/lib/go_gem/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def self.build_env_vars
105105

106106
# @yield
107107
def within_ext_dir
108-
Dir.chdir(ext_dir) do
108+
Dir.chdir(ext_dir) do # rubocop:disable Style/ExplicitBlockArgument
109109
yield
110110
end
111111
end

0 commit comments

Comments
 (0)