Skip to content

Commit

Permalink
ci: Treat compile warnings as errors (#4619)
Browse files Browse the repository at this point in the history
* ci: Treat compile warnings as errors

* ci: Limit to compile commadn
  • Loading branch information
jcs090218 authored Nov 23, 2024
1 parent ae49070 commit 0f156f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

(setq byte-compile-docstring-max-column 1000)
(add-hook 'eask-before-compile-hook
(lambda ()
(setq byte-compile-error-on-warn t)
(setq byte-compile-docstring-max-column 1000)))

0 comments on commit 0f156f2

Please sign in to comment.