aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index e831d3112..5af7792b2 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -567,10 +567,6 @@ class FormulaAuditor
Please add ENV.prepend_path \"PATH\", \"#{need_npm}"\ to def install
EOS
end
-
- if text =~ /system "npm", "install"/ && text !~ /"HOME"/
- problem "Please add ENV[\"HOME\"] = buildpath/\".brew_home\" to def install"
- end
end
def audit_line(line, lineno)