Skip to content

Commit

Permalink
Auto corrected by following Lint Ruby Lint/UnusedBlockArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Code authored and flyerhzm committed Jun 16, 2024
1 parent 2f0785f commit 5ef0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synvert/core/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def glob(file_patterns)
ignored_files = []

if Configuration.respect_gitignore
Open3.popen3('git check-ignore --stdin') do |stdin, stdout, stderr, wait_thr|
Open3.popen3('git check-ignore --stdin') do |stdin, stdout, _stderr, _wait_thr|
stdin.puts(all_files.join("\n"))
stdin.close

Expand Down

0 comments on commit 5ef0d6e

Please sign in to comment.