Commit a28445d0 authored by Orta Therox's avatar Orta Therox

Appeasing the rubocop / segiddinscop

parent a0a26baf
...@@ -17,7 +17,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -17,7 +17,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
does its work, and offers easy access to the sandbox, podfile and lockfile via a does its work, and offers easy access to the sandbox, podfile and lockfile via a
PreInstallHooksContext object. This also renames the post-install hooks from HooksContext PreInstallHooksContext object. This also renames the post-install hooks from HooksContext
to PostInstallHooksContext. to PostInstallHooksContext.
[Orta Therox](https://github.com/orta) [Orta Therox](https://github.com/orta)
[cocoapods#3540](https://github.com/CocoaPods/cocoapods/issues/3409) [cocoapods#3540](https://github.com/CocoaPods/cocoapods/issues/3409)
......
...@@ -399,7 +399,7 @@ module Pod ...@@ -399,7 +399,7 @@ module Pod
end end
end end
end end
# Runs the registered callbacks for the plugins pre install hooks. # Runs the registered callbacks for the plugins pre install hooks.
# #
# @return [void] # @return [void]
...@@ -408,7 +408,7 @@ module Pod ...@@ -408,7 +408,7 @@ module Pod
context = PreInstallHooksContext.generate(sandbox, podfile, lockfile) context = PreInstallHooksContext.generate(sandbox, podfile, lockfile)
HooksManager.run(:pre_install, context, podfile.plugins) HooksManager.run(:pre_install, context, podfile.plugins)
end end
# Performs any post-installation actions # Performs any post-installation actions
# #
# @return [void] # @return [void]
......
...@@ -11,15 +11,15 @@ module Pod ...@@ -11,15 +11,15 @@ module Pod
# @return [Podfile] The Podfile for the project. # @return [Podfile] The Podfile for the project.
# #
attr_accessor :podfile attr_accessor :podfile
# @return [Sandbox] The Sandbox for the project. # @return [Sandbox] The Sandbox for the project.
# #
attr_accessor :sandbox attr_accessor :sandbox
# @return [Lockfile] The Lockfile for the project. # @return [Lockfile] The Lockfile for the project.
# #
attr_accessor :lockfile attr_accessor :lockfile
# @return [PreInstallHooksContext] Convenience class method to generate the # @return [PreInstallHooksContext] Convenience class method to generate the
# static context. # static context.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment