summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/proto/define.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index f2ee7ab5..a07a3903 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -103,7 +103,7 @@ m.DiagnosticDefaultNeededFileStatus = {
['unused-local'] = 'Opened',
['unused-function'] = 'Opened',
['undefined-global'] = 'Any',
- ['undefined-field'] = 'Any',
+ ['undefined-field'] = 'Opened',
['global-in-nil-env'] = 'Any',
['unused-label'] = 'Opened',
['unused-vararg'] = 'Opened',