Commit 4b21cc7
codemod: remove -typing([eqwalizer]).
Summary:
everything is type-checked by default, removing `-typing([eqwalizer]).`
---
```
find . -type f -exec sed -i '/^-typing(\[eqwalizer\])\.$/d' {} +
arc lint --apply-patches
```
Reviewed By: mapoulin
Differential Revision: D89375365
fbshipit-source-id: c483b758373411c1bdca562f20ccb4ac0311d5ed1 parent f4f00e7 commit 4b21cc7
File tree
4 files changed
+0
-4
lines changed- test
4 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments