diff options
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 316a0b18f..5f4d7cb0a 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"], ] |
