dev(ci): fix linter warning count
This commit is contained in:
parent
2c5cc752ff
commit
b3c01226a1
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
||||||
(dolist (e (reverse warnings))
|
(dolist (e (reverse warnings))
|
||||||
(print! (warn "%s" e))))))))
|
(print! (warn "%s" e))))))))
|
||||||
(when (> warnings? 0)
|
(when (> warnings? 0)
|
||||||
(print! (warn "Warnings: %d") errors?))
|
(print! (warn "Warnings: %d") warnings?))
|
||||||
(when (> errors? 0)
|
(when (> errors? 0)
|
||||||
(print! (error "Failures: %d") errors?))
|
(print! (error "Failures: %d") errors?))
|
||||||
(if (not (or (> errors? 0) (> warnings? 0)))
|
(if (not (or (> errors? 0) (> warnings? 0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue