File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11# changelog
22
33## Unreleased
4+ * ` NEW ` diagnostic: ` no-unknown-operations `
45<!-- Add all new changes here. They will be moved under a version at release -->
56
67## 3.16.0
Original file line number Diff line number Diff line change @@ -425,6 +425,8 @@ config.diagnostics['unnecessary-assert'] =
425425' Enable diagnostics for redundant assertions on truthy values.'
426426config .diagnostics [' no-unknown' ] =
427427' Enable diagnostics for cases in which the type cannot be inferred.'
428+ config .diagnostics [' no-unknown-operations' ] =
429+ ' Enable diagnostics for cases in which the result type of an operation cannot be inferred.'
428430config .diagnostics [' not-yieldable' ] =
429431' Enable diagnostics for calls to `coroutine.yield()` when it is not permitted.'
430432config .diagnostics [' param-type-mismatch' ] =
You can’t perform that action at this time.
0 commit comments