Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Sep 24, 2023
1 parent 0f10f7f commit 796eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spellcheck:
@$(EMACS) $(EMACS_BATCH_OPTS) -L site-lisp/wucuo -l site-lisp/wucuo/wucuo.el -l tools/spellcheck.el

compile: install
@$(EMACS) $(EMACS_BATCH_OPTS) -l init.el -l tests/my-byte-compile.el 2>&1 | grep -Ev "docstring wider than 80 characters|an obsolete|wrong usage of unescaped single quotes|Doc string after .declare.|doc-view.*is not known" | grep -E "[0-9]: ([Ee]rror|[Ww]arning):" && exit 1 || exit 0
@$(EMACS) $(EMACS_BATCH_OPTS) -l init.el -l tests/my-byte-compile.el 2>&1 | grep -Ev "docstring wider than 80 characters|an obsolete|wrong usage of unescaped single quotes|Doc string after .declare.|doc-view.*is not known|Warning: Unused lexical argument" | grep -E "[0-9]: ([Ee]rror|[Ww]arning):" && exit 1 || exit 0

# Run tests.
test: compile spellcheck
Expand Down

0 comments on commit 796eeba

Please sign in to comment.