fix typo in audit
This commit is contained in:
parent
758a601555
commit
4a4b960558
@ -293,7 +293,7 @@ class FormulaAuditor
|
|||||||
|
|
||||||
def audit_text
|
def audit_text
|
||||||
if text =~ /system\s+['"]scons/
|
if text =~ /system\s+['"]scons/
|
||||||
problem "use \"scons, *args\" instead of \"system 'scons', *args\""
|
problem "use \"scons *args\" instead of \"system 'scons', *args\""
|
||||||
end
|
end
|
||||||
|
|
||||||
if text =~ /system\s+['"]xcodebuild/ && text !~ /SYMROOT=/
|
if text =~ /system\s+['"]xcodebuild/ && text !~ /SYMROOT=/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user