From 557f6e33a9496513006a3ec69f9d3f3d0450e9e5 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 28 Jan 2016 13:37:45 +0000 Subject: [PATCH] audit: check resource placement --- Library/Homebrew/cmd/audit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index d07b6b8656..cc007ba95a 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -186,6 +186,7 @@ class FormulaAuditor [/^ keg_only/, "keg_only"], [/^ option/, "option"], [/^ depends_on/, "depends_on"], + [/^ (go_)?resource/, "resource"], [/^ def install/, "install method"], [/^ def caveats/, "caveats method"], [/^ test do/, "test block"],