From 597857fb236f63234d69edc5ab8c9d15314cc4b8 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 29 Jan 2022 20:00:52 -0800 Subject: [PATCH] MAINT Reorder make lint to typecheck first before running formatters (#2139) --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 94bebb8c4..19814853f 100644 --- a/Makefile +++ b/Makefile @@ -138,11 +138,6 @@ update_base_url: \ lint: node_modules/.installed # check for unused imports, the rest is done by black flake8 --select=F401 src tools pyodide-build benchmark conftest.py docs packages/matplotlib/src/ - find src -type f -regex '.*\.\(c\|h\)' \ - | xargs clang-format-6.0 -output-replacements-xml \ - | (! grep '