mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
dev(ci): fix linter warning count
This commit is contained in:
@ -254,7 +254,7 @@
|
||||
(dolist (e (reverse warnings))
|
||||
(print! (warn "%s" e))))))))
|
||||
(when (> warnings? 0)
|
||||
(print! (warn "Warnings: %d") errors?))
|
||||
(print! (warn "Warnings: %d") warnings?))
|
||||
(when (> errors? 0)
|
||||
(print! (error "Failures: %d") errors?))
|
||||
(if (not (or (> errors? 0) (> warnings? 0)))
|
||||
|
Reference in New Issue
Block a user