"vscode:/vscode.git/clone" did not exist on "a69efc41d044bc160d29125dc1e291b0ecd6cd75"
Commit 05af6e7d authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

adds lint and format target for yapf

parent be8874fc
...@@ -71,6 +71,12 @@ clang-format: ...@@ -71,6 +71,12 @@ 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-yapf:
yapf --recursive --diff results/ experiments/
format-yapf:
yapf --recursive --in-place results/ experiments/
lint: lint-cpplint lint-clang-format lint: lint-cpplint lint-clang-format
lint-all: lint lint-clang-tidy lint-all: lint lint-clang-tidy
......
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