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:
parent
41891ea973
commit
56770f7d59
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user