diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 13:32:03 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 31c572f4fade8d061b151bd70dfca0b79da664e3 () | |
tree | cb75142868444c72e864d0106cd356a4b2a8befd /lib/rubygems/gemcutter_utilities.rb | |
parent | 1ca67f13cd2ebb643fc924246cc790f14b26480d (diff) |
util/rubocop -A --only Style/SymbolArray
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require_relative "text" module Gem::GemcutterUtilities ERROR_CODE = 1 - API_SCOPES = %i[index_rubygems push_rubygem yank_rubygem add_owner remove_owner access_webhooks show_dasard].freeze include Gem::Text |