summaryrefslogtreecommitdiff
path: root/server/src/constant/DiagnosticDefaultSeverity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/constant/DiagnosticDefaultSeverity.lua')
-rw-r--r--server/src/constant/DiagnosticDefaultSeverity.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/constant/DiagnosticDefaultSeverity.lua b/server/src/constant/DiagnosticDefaultSeverity.lua
index eef44107..6edfb04b 100644
--- a/server/src/constant/DiagnosticDefaultSeverity.lua
+++ b/server/src/constant/DiagnosticDefaultSeverity.lua
@@ -11,6 +11,7 @@ return {
['lowercase-global'] = 'Information',
['undefined-env-child'] = 'Information',
['duplicate-index'] = 'Warning',
+ ['duplicate-field'] = 'Warning',
['empty-block'] = 'Information',
['redundant-value'] = 'Information',
['emmy-lua'] = 'Warning',