diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2025-01-12 22:50:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 22:50:10 -0800 |
| commit | 30b19fa7b3841bb9b811e2ecdcd3782248052ae8 (patch) | |
| tree | 7e1e581bfc6def74d014c163313d7117bb32e73c /Makefile | |
| parent | 543f6d651d11322f26665f017f051fbcfc21ceb0 (diff) | |
[#336] Fix broken link (#340)
Close https://github.com/radian-software/apheleia/issues/336
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ checkdoc: ## Check for missing or poorly formatted docstrings --eval "(or (fboundp 'checkdoc-file) (kill-emacs))" \ --eval "(setq sentence-end-double-space nil)" \ --eval "(checkdoc-file \"$$file\")" 2>&1 \ + | (grep -v "Warning (emacs): \\?$$" ||:) \ + | (grep -v "Some lines are over 80 columns wide" ||:) \ | grep . && exit 1 || true ;\ done |
