Mike McQuaid 5647fdb2f9 audit: fix audit of new formulae.
When auditing new formulae without `--new-formula` the
`audit_revision_and_version_scheme` method fails ungracefully. Instead,
set some better defaults so fewer checks are needed.

Fixes #2551.
2017-04-26 11:33:13 +01:00
..
2017-04-25 12:29:01 +02:00
2017-04-22 16:28:07 +01:00
2017-04-26 11:33:13 +01:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-03-15 22:58:25 +02:00
2017-04-25 12:29:01 +02:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-04-22 16:28:07 +01:00
2017-04-22 16:28:07 +01:00
2017-03-14 17:30:06 +01:00
2017-04-23 15:10:18 +01:00
2017-04-22 16:28:07 +01:00
2017-04-23 15:10:18 +01:00
2017-04-24 11:45:32 +01:00
2017-04-05 09:00:11 +01:00
2017-04-01 16:33:24 +01:00
2017-04-22 16:28:07 +01:00
2017-04-02 17:02:56 +01:00
2017-04-25 13:40:40 +01:00
2017-04-24 11:45:32 +01:00
2017-04-23 20:59:02 +02:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!