mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05: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:
parent
41891ea973
commit
56770f7d59
1 changed files with 4 additions and 5 deletions
|
@ -1970,10 +1970,6 @@ (define %local-checkers
|
|||
(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 @@ (define %local-checkers
|
|||
|
||||
(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 a new issue