We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97246b6 + 707b30a commit 7454cabCopy full SHA for 7454cab
1 file changed
Makefile
@@ -170,8 +170,8 @@ checkdoc:
170
--eval "(require 'checkdoc)" \
171
--eval "(setq checkdoc-autofix-style 'query)" \
172
$(foreach file,$(EL_FILES),--eval "(checkdoc-file \"$(file)\")") \
173
- --eval "(if checkdoc-diagnostic-buffer (progn (set-buffer checkdoc-diagnostic-buffer) (message (buffer-string)) (error \"Checkdoc found issues\")))" \
174
- 2>&1 | grep -v "^$" || true
+ --eval '(if checkdoc-diagnostic-buffer (progn (set-buffer checkdoc-diagnostic-buffer) (message (buffer-string)) (error "Checkdoc found issues")))' \
+ 2>&1 | grep -v "^$$" || true
175
@echo "✅ Docstring checks passed"
176
177
# Linting (code style + byte-compile warnings + docstrings)
0 commit comments