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`
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
to PostInstallHooksContext.
[Orta Therox](https://github.com/orta)
[cocoapods#3540](https://github.com/CocoaPods/cocoapods/issues/3409)
......
......@@ -399,7 +399,7 @@ module Pod
end
end
end
# Runs the registered callbacks for the plugins pre install hooks.
#
# @return [void]
......@@ -408,7 +408,7 @@ module Pod
context = PreInstallHooksContext.generate(sandbox, podfile, lockfile)
HooksManager.run(:pre_install, context, podfile.plugins)
end
# Performs any post-installation actions
#
# @return [void]
......
......@@ -11,15 +11,15 @@ module Pod
# @return [Podfile] The Podfile for the project.
#
attr_accessor :podfile
# @return [Sandbox] The Sandbox for the project.
#
attr_accessor :sandbox
# @return [Lockfile] The Lockfile for the project.
#
attr_accessor :lockfile
# @return [PreInstallHooksContext] Convenience class method to generate the
# 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