Skip to content

Commit

Permalink
Less hacky check
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Jun 29, 2024
1 parent e30f15c commit aa08d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ lint-file:
@printf "\n<<<------------ Lint file: $(filename) ------------>>>\n"
@printf "\n--> Step: Byte-compile file\n\n"
$(EMACS) --batch -L . \
--eval '(byte-compile-file "$(filename)")' 2>&1 | $(NOOUTPUT)
--eval "(setq byte-compile-error-on-warn t)" \
-f batch-byte-compile "$(filename)" 2>&1
@printf "\n--> Step: Run checkdoc\n\n"
yes n | $(EMACS) --batch \
--eval '(find-file "$(filename)")' \
Expand Down

0 comments on commit aa08d05

Please sign in to comment.