spaceship/lib/spaceship/base.rb in fastlane-2.181.0 vs spaceship/lib/spaceship/base.rb in fastlane-2.182.0
- old
+ new
@@ -87,15 +87,15 @@
end
##
# Sets client and returns self for chaining.
# @return (Spaceship::Base)
- # rubocop:disable Style/AccessorMethodName
+ # rubocop:disable Naming/AccessorMethodName
def set_client(client)
self.client = client
self
end
- # rubocop:enable Style/AccessorMethodName
+ # rubocop:enable Naming/AccessorMethodName
##
# Binds attributes getters and setters to underlying data returned from the API.
# Setting any properties will alter the `raw_data` hash.
#