1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-22 16:34:08 +02:00

guix: lint: Disallow more word patterns.

* guix/lint.scm (check-description-style): Add more entries to the
check-description-typo list.

Change-Id: Idb266bdc3f5b28ae353124b7e615a399bfd97ce7
This commit is contained in:
Efraim Flashner
2026-04-09 11:16:02 +03:00
parent 9421340fab
commit a547fa8e77
+4 -2
View File
@@ -530,13 +530,15 @@ by two spaces; possible infraction~p at ~{~a~^, ~}")
(check-ends-with-period description)
(check-description-typo description
'(("Infrastucture" . "Infrastructure") ; codespell:ignore
("This package provide " . "This package provides")
("This packages" . "This package") ; codespell:ignore
("This modules" . "This module") ; codespell:ignore
("allows to " . #f) ; codespell:ignore
("allows to " . #f)
("dependant" . "dependent") ; codespell:ignore
("dissapears" . "disappears") ; codespell:ignore
("implements a functionality" . #f)
("invokation" . "invocation") ; codespell:ignore
("permits to " . #f) ; codespell:ignore
("permits to " . #f)
("provices" . "provides") ; codespell:ignore
("useable" . "usable"))) ; codespell:ignore
;; Use raw description for this because Texinfo rendering