commit | af7b36dea5e444866a1480a396ed245c541b4051 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Jun 23 11:21:21 2020 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Sep 24 14:03:31 2020 -0700 |
tree | 596606ef62338f806a8d5de43b82b256bc94a9e7 | |
parent | 8bd5095362c87ff6416c4a28f690e0e4cddc25db [diff] [blame] |
Add type information to symbolfile and ndkstubgen. Test: mypy symbolfile Test: pytest Bug: None Change-Id: I6b1045d315e5a10e699d31de9fafc084d82768b2
diff --git a/cc/ndkstubgen/mypy.ini b/cc/ndkstubgen/mypy.ini new file mode 100644 index 0000000..82aa7eb --- /dev/null +++ b/cc/ndkstubgen/mypy.ini
@@ -0,0 +1,2 @@ +[mypy] +disallow_untyped_defs = True