diff --git a/Library/Homebrew/dev-cmd/tap-new.rb b/Library/Homebrew/dev-cmd/tap-new.rb index 2221548a16..7be43d3ed8 100644 --- a/Library/Homebrew/dev-cmd/tap-new.rb +++ b/Library/Homebrew/dev-cmd/tap-new.rb @@ -49,8 +49,6 @@ module Homebrew (tap.path/"Formula").mkpath - # FIXME: https://github.com/errata-ai/vale/issues/818 - # readme = <<~MARKDOWN # #{titleized_user} #{titleized_repository} @@ -71,7 +69,6 @@ module Homebrew `brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh). MARKDOWN - # write_path(tap, "README.md", readme) tests_yml = <<~ERB diff --git a/Library/Homebrew/formula_creator.rb b/Library/Homebrew/formula_creator.rb index 0d7507938e..d5c66228bd 100644 --- a/Library/Homebrew/formula_creator.rb +++ b/Library/Homebrew/formula_creator.rb @@ -116,8 +116,6 @@ module Homebrew sig { returns(String) } def template - # FIXME: https://github.com/errata-ai/vale/issues/818 - # <<~ERB # Documentation: https://docs.brew.sh/Formula-Cookbook # https://rubydoc.brew.sh/Formula @@ -261,7 +259,6 @@ module Homebrew end end ERB - # end end end