Skip to content

Commit a634bcb

Browse files
committed
Declaring a private constant
1 parent 77d812e commit a634bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/standard/runners/lsp_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def run_server_on_requests(*requests)
610610
end
611611

612612
BASE_CONFIG = Standard::BuildsConfig.new.call(["-a", "some_file_name.rb"])
613+
private_constant :BASE_CONFIG
613614

614615
def create_config(options = {})
615616
Standard::Config.new(nil, ["unused_file_name.rb"], options, BASE_CONFIG.rubocop_config_store)

0 commit comments

Comments
 (0)