Disable C linting for now due to clang-format versioning

This commit is contained in:
Michael Droettboom 2018-06-14 15:01:48 -04:00
parent 7c0457cead
commit cac03cd91e
2 changed files with 0 additions and 1 deletions

View File

@ -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