Issy Long 3bf5136e82
dev-cmd/typecheck: Delete old files from sorbet/files.yaml
- I was going through the `sorbet/files.yaml` moving various things to
  `true`, playing around locally, and happened upon some files that it
  was tracking that had been deleted.
- We want to do some automation of new files, but I'm not sure we'd ever
  considered the possibility of code being removed. :-D
- This adds a `--prune-files-list` switch and updates the Tapioca GitHub
  Actions workflow to use it. Any changes to the `sorbet/files.yaml`
  file will be committed as part of the scheduled Tapioca update job.
2020-09-18 12:30:43 +01:00
..
2020-09-15 13:39:06 +01:00
2020-09-09 22:15:10 +02:00
2020-09-03 13:28:22 +01:00
2020-09-15 13:39:06 +01:00
2020-09-15 17:24:29 +01:00
2020-09-11 10:29:22 +01:00
2020-09-15 13:04:15 +01:00
2020-09-15 13:39:06 +01:00
2020-08-26 03:13:58 +02:00
2020-09-11 10:29:20 +01:00
2020-08-26 03:17:39 +02:00
2020-09-11 10:29:22 +01:00
2020-08-26 03:13:58 +02:00
2020-09-01 14:26:45 +01:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-19 17:12:32 +01:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-09-02 12:23:14 -04:00
2020-08-26 03:13:58 +02:00
2020-09-15 13:39:06 +01:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-09-11 10:29:22 +01:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-27 14:03:03 +01:00
2020-09-01 14:52:37 +01:00
2020-08-26 03:13:58 +02:00
2020-09-11 10:29:22 +01:00
2020-09-11 10:29:22 +01:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:59 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:58 +02:00
2020-08-26 03:13:59 +02:00
2020-08-26 03:13:59 +02:00
2020-09-01 14:26:45 +01:00
2020-08-26 03:13:59 +02:00
2020-09-01 14:26:45 +01:00
2020-08-26 03:13:59 +02:00
2020-08-26 03:13:59 +02:00
2020-08-26 03:13:59 +02:00
2020-08-26 03:13:59 +02:00
2020-09-01 14:26:45 +01:00
2020-08-26 03:13:58 +02:00

Homebrew's Formula API

This is the 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!