Remove vale
FIXME
https://github.com/errata-ai/vale/issues/818 is fixed a year ago
This commit is contained in:
parent
e694e76857
commit
b5d4bc56fc
@ -49,8 +49,6 @@ module Homebrew
|
|||||||
|
|
||||||
(tap.path/"Formula").mkpath
|
(tap.path/"Formula").mkpath
|
||||||
|
|
||||||
# FIXME: https://github.com/errata-ai/vale/issues/818
|
|
||||||
# <!-- vale off -->
|
|
||||||
readme = <<~MARKDOWN
|
readme = <<~MARKDOWN
|
||||||
# #{titleized_user} #{titleized_repository}
|
# #{titleized_user} #{titleized_repository}
|
||||||
|
|
||||||
@ -71,7 +69,6 @@ module Homebrew
|
|||||||
|
|
||||||
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
|
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
|
||||||
MARKDOWN
|
MARKDOWN
|
||||||
# <!-- vale on -->
|
|
||||||
write_path(tap, "README.md", readme)
|
write_path(tap, "README.md", readme)
|
||||||
|
|
||||||
tests_yml = <<~ERB
|
tests_yml = <<~ERB
|
||||||
|
@ -116,8 +116,6 @@ module Homebrew
|
|||||||
|
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
def template
|
def template
|
||||||
# FIXME: https://github.com/errata-ai/vale/issues/818
|
|
||||||
# <!-- vale off -->
|
|
||||||
<<~ERB
|
<<~ERB
|
||||||
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
# Documentation: https://docs.brew.sh/Formula-Cookbook
|
||||||
# https://rubydoc.brew.sh/Formula
|
# https://rubydoc.brew.sh/Formula
|
||||||
@ -261,7 +259,6 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
ERB
|
ERB
|
||||||
# <!-- vale on -->
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user