Skip to content

Commit e82df04

Browse files
committed
chore(diagnostics): changelog and description
1 parent 67bca18 commit e82df04

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

locale/en-us/setting.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ config.diagnostics['unnecessary-assert'] =
425425
'Enable diagnostics for redundant assertions on truthy values.'
426426
config.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.'
428430
config.diagnostics['not-yieldable'] =
429431
'Enable diagnostics for calls to `coroutine.yield()` when it is not permitted.'
430432
config.diagnostics['param-type-mismatch'] =

0 commit comments

Comments
 (0)