Commit be8874fc authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

remove lint-python and typecheck-python from lint targets

parent 8b2a96a0
...@@ -71,8 +71,8 @@ clang-format: ...@@ -71,8 +71,8 @@ clang-format:
lint-clang-format: lint-clang-format:
$(CLANG_FORMAT) --dry-run --style=file `cat .lint-files` $(CLANG_FORMAT) --dry-run --style=file `cat .lint-files`
lint: lint-cpplint lint-clang-format lint-python lint: lint-cpplint lint-clang-format
lint-all: lint lint-clang-tidy typecheck-python lint-all: lint lint-clang-tidy
help: help:
@echo "Targets:" @echo "Targets:"
......
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