1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Revert "guix: Run check-synopsis-style with other local checks."

The synopsis lint checker is network dependent.

This reverts commit 4f63b4b86d.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Christopher Baines
2024-06-26 15:02:27 +01:00
parent 41891ea973
commit 56770f7d59

View File

@@ -1970,10 +1970,6 @@ them for PACKAGE."
(name 'description)
(description "Validate package descriptions")
(check check-description-style))
(lint-checker
(name 'synopsis)
(description "Validate package synopses")
(check check-synopsis-style))
(lint-checker
(name 'inputs-should-be-native)
(description "Identify inputs that should be native inputs")
@@ -2038,7 +2034,10 @@ or a list thereof")
(define %network-dependent-checkers
(list
(lint-checker
(name 'synopsis)
(description "Validate package synopses")
(check check-synopsis-style))
(lint-checker
(name 'gnu-description)
(description "Validate synopsis & description of GNU packages")