Document FormulaCellarChecks.

This commit is contained in:
Markus Reiter 2020-08-17 05:52:29 +02:00
parent 3e60cb0d8c
commit 603bbd9a95

View File

@ -2,6 +2,9 @@
require "utils/shell" require "utils/shell"
# Checks to perform on a formula's cellar.
#
# @api private
module FormulaCellarChecks module FormulaCellarChecks
def check_env_path(bin) def check_env_path(bin)
# warn the user if stuff was installed outside of their PATH # warn the user if stuff was installed outside of their PATH