summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-09-19 17:47:45 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2020-09-19 17:47:45 +0200
commitaaad2755835391025286e36ff7df6b27a7ff82c9 (patch)
tree86f9226b26d345dbbbaff836555e13baf8fac106 /Makefile
parent353e52d3e5b3bbb722e83ce4f46a8cba1ccdb07b (diff)
downloadpygments-git-task/improve-crlf-handling.tar.gz
Address review feedback.task/improve-crlf-handling
* Remove || true * Fix docs * Print the first offending file name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62a34685..1f8c383d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ export PYTHONPATH = $(shell echo "$$PYTHONPATH"):$(shell python -c 'import os; p
all: clean-pyc check test
check:
- @$(PYTHON) scripts/check_crlf.py pygments build external || true
+ @$(PYTHON) scripts/check_crlf.py pygments build external
@$(PYTHON) scripts/detect_missing_analyse_text.py || true
@pyflakes pygments | grep -v 'but unused' || true
@$(PYTHON) scripts/check_sources.py -i build -i dist -i pygments/lexers/_mapping.py \