We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e8002 commit 6f2cb41Copy full SHA for 6f2cb41
benchmarks/rubocop/benchmark.rb
@@ -7,6 +7,7 @@
7
8
# This benchmark RuboCop's performance when auto correcting violations in a file
9
10
+require "stringio" # TODO: Remove this once https://github.com/rubocop/rubocop/pull/13234 is released
11
require "rubocop"
12
13
# Create a custom runner class to easily pass the content via a stdin option. This is exactly how the Ruby LSP
0 commit comments