#2644 is adding qualification to core formulae. Something like
```diff
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 3c42b45a1d..c71a640991 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -323,7 +323,7 @@ class FormulaAuditor
end
valid_alias_names = [alias_name_major, alias_name_major_minor]
- if formula.tap
+ if formula.tap && formula.tap != 'homebrew/core'
valid_alias_names.map! { |a| "#{formula.tap}/#{a}" }
end
```
should fix it.
Not sure what the heck is going on:
```
/usr/local/bin/brew audit --strict /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/imagemagick.rb
imagemagick:
* Formula has other versions so create a versioned alias:
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases
ln -s ../Formula/imagemagick.rb imagemagick@7
* Formula has invalid versioned aliases:
imagemagick@7
```
imagemagick 7.0.5-7
===================
Created with `brew bump-formula-pr`.
---
Please remember to
```
brew mirror imagemagick
```
when merging.
TODO
====
- [x] Batch up SVG to PNG conversion. Do everything on one webpage.
- [ ] Credit snh48club.com.
- [ ] Show a three-digit index before each performance in `performances.svg`.
- [ ] Note the fact that 袁丹妮 and 冯晓菲 are only counted in their respective original team when generating the team stats. (Or are they? Need to double check but pretty sure I was lazy enough to not implement any double counting mechanism.)