diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-19 17:47:45 +0200 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2020-09-19 17:47:45 +0200 |
| commit | aaad2755835391025286e36ff7df6b27a7ff82c9 (patch) | |
| tree | 86f9226b26d345dbbbaff836555e13baf8fac106 /Makefile | |
| parent | 353e52d3e5b3bbb722e83ce4f46a8cba1ccdb07b (diff) | |
| download | pygments-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
