diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 316a0b18f2..5f4d7cb0ae 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"], ]