mirror of https://github.com/pyodide/pyodide.git
Simplify make lint
This commit is contained in:
parent
c504180fc4
commit
1865046a1f
3
Makefile
3
Makefile
|
@ -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 ')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue