Skip to content

Commit 6f2cb41

Browse files
committed
Fix a StringIO failure on rubocop
1 parent 21e8002 commit 6f2cb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/rubocop/benchmark.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# This benchmark RuboCop's performance when auto correcting violations in a file
99

10+
require "stringio" # TODO: Remove this once https://github.com/rubocop/rubocop/pull/13234 is released
1011
require "rubocop"
1112

1213
# Create a custom runner class to easily pass the content via a stdin option. This is exactly how the Ruby LSP

0 commit comments

Comments
 (0)