From 5081d0dd5c366ebaee084fd67289bebe23ddb152 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sun, 17 Jul 2022 07:48:35 +0000 Subject: [rubygems/rubygems] bundler: fix typo in inline RuboCop config Signed-off-by: Takuya Noguchi https://github.com/rubygems/rubygems/commit/e11f5a143b --- spec/bundler/support/hax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/support/hax.rb b/spec/bundler/support/hax.rb index ff45bacaed..da67e8c5d1 100644 --- a/spec/bundler/support/hax.rb +++ b/spec/bundler/support/hax.rb @@ -15,7 +15,7 @@ module Gem end if ENV["BUNDLER_SPEC_WINDOWS"] - @@win_platform = true # rubocop:disable Sryle/ClassVars + @@win_platform = true # rubocop:disable Style/ClassVars end if ENV["BUNDLER_SPEC_PLATFORM"] -- cgit v1.2.3