Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
81d34ece
Commit
81d34ece
authored
Jun 17, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Jul 08, 2022
Browse files
adds makefile target for pytype
parent
f75ee1fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.gitignore
.gitignore
+1
-0
Makefile
Makefile
+1
-1
experiments/rules.mk
experiments/rules.mk
+3
-0
No files found.
.gitignore
View file @
81d34ece
...
@@ -39,3 +39,4 @@ dist/rdma/net_rdma
...
@@ -39,3 +39,4 @@ dist/rdma/net_rdma
dist/sockets/net_sockets
dist/sockets/net_sockets
trace/process
trace/process
mk/local.mk
mk/local.mk
.eggs
Makefile
View file @
81d34ece
...
@@ -72,7 +72,7 @@ lint-clang-format:
...
@@ -72,7 +72,7 @@ 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-python
lint-all
:
lint lint-clang-tidy
lint-all
:
lint lint-clang-tidy
typecheck-python
help
:
help
:
@
echo
"Targets:"
@
echo
"Targets:"
...
...
experiments/rules.mk
View file @
81d34ece
...
@@ -25,4 +25,7 @@ include mk/subdir_pre.mk
...
@@ -25,4 +25,7 @@ include mk/subdir_pre.mk
lint-python
:
lint-python
:
pylint experiments
pylint experiments
typecheck-python
:
pytype
-j
0
--keep-going
--exclude
"**/ae/*"
--
experiments/
include
mk/subdir_post.mk
include
mk/subdir_post.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment