Commit 1865046a authored by Michael Droettboom's avatar Michael Droettboom

Simplify make lint

parent c504180f
...@@ -118,8 +118,7 @@ test: all ...@@ -118,8 +118,7 @@ test: all
lint: lint:
flake8 src test tools pyodide_build benchmark/benchmark.py benchmark/plot_benchmark.py \ flake8 src test tools pyodide_build benchmark
benchmark/benchmarks/
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ') clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment