indenting

This commit is contained in:
Raza Hussain 2017-03-26 14:29:38 -04:00
parent 86cf8873b6
commit 543529c054

View File

@ -1177,7 +1177,7 @@ class FormulaAuditor
end end
if line.include?('system "npm", "install"') && !line.include?("Language::Node") && if line.include?('system "npm", "install"') && !line.include?("Language::Node") &&
formula.name !~ /^kibana(\@\d+(\.\d+)?)?$/ formula.name !~ /^kibana(\@\d+(\.\d+)?)?$/
problem "Use Language::Node for npm install args" problem "Use Language::Node for npm install args"
end end