Martin Afanasjew c6983aade9 tests: strip Homebrew prefix from coverage report
Make `Library/Homebrew` the new root now that *all* implementation files
are in this directory. Update filters/groups accordingly.

Note that paths in filters/groups are not anchored at the root and are
always matched against the full path. Our rules are effectively anchored
because they always include the `/Homebrew/` path component.
2016-07-19 02:04:40 +02:00
..
2016-07-18 18:11:54 +08:00
2016-07-16 20:39:13 +08:00
2016-07-18 18:07:00 +08:00
2016-07-16 20:39:13 +08:00
2016-07-15 19:03:45 +01:00
2016-07-11 19:23:00 +08:00
2016-07-15 22:05:03 +01:00
2016-07-15 19:03:45 +01:00
2016-07-16 20:39:13 +08:00
2016-07-17 02:16:18 +08:00
2016-07-16 20:39:13 +08:00
2016-07-16 20:39:13 +08: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!