audit: use a heredoc for this long line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
ecbee2b73c
commit
ccec313b03
@ -281,7 +281,10 @@ def audit_formula_instance f
|
|||||||
|
|
||||||
case d
|
case d
|
||||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
|
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
|
||||||
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs."
|
problems << <<-EOS
|
||||||
|
* Don't use #{d} as a dependency. We allow non-Homebrew
|
||||||
|
#{d} installations.
|
||||||
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user