Mike McQuaid 2a94d382ac
audit: make audit_revision_and_version_scheme faster.
This is really, really slow at the moment for a few reasons:
- it goes through the list of revisions twice
- it checks many more revisions than it needs to

Even after these improvements it's still by far the slowest audit so
am also making it a `--git` only audit.

Additionally, to further improve default `brew audit` performance do not
run `brew style` checks when doing `brew audit` with no arguments.

`brew style` can be run quickly and efficiently on all of a tap (and is
cached) so no need to duplicate it here.
2020-06-08 15:00:09 +01:00
..
2019-12-17 21:42:53 +00:00
2018-10-05 17:23:22 -04:00
2020-04-11 20:06:31 +10:00
2019-01-08 19:13:46 +00:00
2017-01-04 10:53:21 +00:00
2019-04-01 15:53:39 -05:00
2018-10-04 15:37:01 +01:00
2018-10-03 21:21:05 +00:00
2020-03-10 10:01:15 +01:00
2020-03-09 17:20:59 +08:00
2020-04-13 16:30:40 +01:00
2017-07-02 15:09:26 +01:00
2020-02-07 14:29:44 +01:00
2020-05-27 12:36:37 +02:00