audit: check plist placement

This commit is contained in:
Dominyk Tiller 2016-04-04 17:16:06 +01:00
parent 343091c828
commit 149334d88d

View File

@ -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"],
]