diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 316a0b18f23b7632c22355aeef1a5ffa398c2ce6..5f4d7cb0ae1589da9f226cffc790ac96f56fc7c4 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -187,6 +187,7 @@ class FormulaAuditor [/^ (go_)?resource/, "resource"], [/^ def install/, "install method"], [/^ def caveats/, "caveats method"], + [/^ (plist_options|def plist)/, "plist block"], [/^ test do/, "test block"], ]