codespell 2.0.0

* codespell 8
* fix test

Closes #65561.

Signed-off-by: Rui Chen <rui@meetup.com>
Co-authored-by: Rui Chen <rui@meetup.com>
Signed-off-by: chenrui <chenrui333@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
mprince 2020-11-23 16:07:04 -08:00 committed by BrewTestBot
parent 0fb0976b5b
commit a7421ade48
1 changed files with 4 additions and 5 deletions

View File

@ -3,10 +3,9 @@ class Codespell < Formula
desc "Fix common misspellings in source code and text files"
homepage "https://github.com/codespell-project/codespell"
url "https://files.pythonhosted.org/packages/7e/37/b15b4133e90bbef5acecfd2f3f3871c1352ee281c042fd64a22a72735fb8/codespell-1.17.1.tar.gz"
sha256 "25a2ecd86b9cdc111dc40a30d0ed28c578e13a0ce158d1c383f9d47811bfcd23"
license "GPL-2.0"
revision 1
url "https://files.pythonhosted.org/packages/f3/d1/0553aad57ca850516c2a666690fd818fa9e80f1293e460be976eee4dcc86/codespell-2.0.0.tar.gz"
sha256 "dd9983e096b9f7ba89dd2d2466d1fc37231d060f19066331b9571341363c77b8"
license "GPL-2.0-only"
livecheck do
url :stable
@ -27,6 +26,6 @@ class Codespell < Formula
end
test do
assert_equal "1: teh\n\tteh ==> the\n", shell_output("echo teh | #{bin}/codespell -", 1)
assert_equal "1: teh\n\tteh ==> the\n", shell_output("echo teh | #{bin}/codespell -", 65)
end
end