summaryrefslogtreecommitdiff
path: root/script/proto
diff options
context:
space:
mode:
Diffstat (limited to 'script/proto')
-rw-r--r--script/proto/define.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua
index c4cffe14..7c8dea34 100644
--- a/script/proto/define.lua
+++ b/script/proto/define.lua
@@ -68,6 +68,7 @@ m.DiagnosticDefaultSeverity = {
['lowercase-global'] = 'Information',
['undefined-env-child'] = 'Information',
['duplicate-index'] = 'Warning',
+ ['duplicate-set-field'] = 'Warning',
['empty-block'] = 'Hint',
['redundant-value'] = 'Hint',
['code-after-break'] = 'Hint',
@@ -114,6 +115,7 @@ m.DiagnosticDefaultNeededFileStatus = {
['lowercase-global'] = 'Any',
['undefined-env-child'] = 'Any',
['duplicate-index'] = 'Any',
+ ['duplicate-set-field'] = 'Any',
['empty-block'] = 'Opened',
['redundant-value'] = 'Opened',
['code-after-break'] = 'Opened',