Remove vale FIXME

https://github.com/errata-ai/vale/issues/818 is fixed a year ago
This commit is contained in:
Anatoli Babenia 2025-06-16 21:39:39 +03:00
parent e694e76857
commit b5d4bc56fc
2 changed files with 0 additions and 6 deletions

View File

@ -49,8 +49,6 @@ module Homebrew
(tap.path/"Formula").mkpath
# FIXME: https://github.com/errata-ai/vale/issues/818
# <!-- vale off -->
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
# <!-- vale on -->
write_path(tap, "README.md", readme)
tests_yml = <<~ERB

View File

@ -116,8 +116,6 @@ module Homebrew
sig { returns(String) }
def template
# FIXME: https://github.com/errata-ai/vale/issues/818
# <!-- vale off -->
<<~ERB
# Documentation: https://docs.brew.sh/Formula-Cookbook
# https://rubydoc.brew.sh/Formula
@ -261,7 +259,6 @@ module Homebrew
end
end
ERB
# <!-- vale on -->
end
end
end