mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-15 19:56:59 +08:00
parent
fe1bf57a15
commit
d3150f3a06
@ -567,7 +567,7 @@ class FormulaAuditor
|
|||||||
audit_conflicts
|
audit_conflicts
|
||||||
audit_patches
|
audit_patches
|
||||||
audit_text
|
audit_text
|
||||||
text.split("\n").each_with_index { |line, lineno| audit_line(line+1, lineno) }
|
text.split("\n").each_with_index {|line, lineno| audit_line(line, lineno+1) }
|
||||||
audit_installed
|
audit_installed
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user