mirror of https://github.com/pyodide/pyodide.git
Disable C linting for now due to clang-format versioning
This commit is contained in:
parent
7c0457cead
commit
cac03cd91e
1
Makefile
1
Makefile
|
@ -135,7 +135,6 @@ test: all build/test.html
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
flake8 src
|
flake8 src
|
||||||
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
|
|
||||||
|
|
||||||
|
|
||||||
benchmark: all build/test.html
|
benchmark: all build/test.html
|
||||||
|
|
Loading…
Reference in New Issue