64d463fbe9
This new order matches the order in the test-bot process, and allows audit to catch issues with file installation locations, which require the formula to be installed. Closes #476. Signed-off-by: Andrew Janke <andrew@apjanke.net>
596 B
596 B
- Have you followed the guidelines in our Contributing document?
- Have you checked to ensure there aren't other open Pull Requests for the same formula update/change?
- Have you built your formula locally prior to submission with
brew install <formula>
(where<formula>
is the name of the formula you're submitting)? - Does your submission pass
brew audit --strict --online <formula>
(after doingbrew install <formula>
)?