aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-04-04 17:16:06 +0100
committerDominyk Tiller2016-04-05 23:57:53 +0100
commit149334d88d18472dc218ab42791f90c19f53e838 (patch)
tree8e96c03f707d23c6d2bba7b9997a76377ab61acd /Library
parent343091c828d1e572829b86253d79b326c1986bcd (diff)
downloadbrew-149334d88d18472dc218ab42791f90c19f53e838.tar.bz2
audit: check plist placement
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb1
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"],
]