diff options
author | Takuya Noguchi <[email protected]> | 2022-07-17 07:48:35 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-07-17 18:27:00 +0900 |
commit | 5081d0dd5c366ebaee084fd67289bebe23ddb152 (patch) | |
tree | abd49855593c62efb02cf3604efa009013138417 | |
parent | ef2d673052ebc0c1d450c15286bc8fdee5381383 (diff) |
[rubygems/rubygems] bundler: fix typo in inline RuboCop config
Signed-off-by: Takuya Noguchi <[email protected]>
https://github.com/rubygems/rubygems/commit/e11f5a143b
-rw-r--r-- | spec/bundler/support/hax.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |