diff options
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/define.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index 0cdc6406..699bcd15 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -28,14 +28,14 @@ m.DiagnosticDefaultSeverity = { ['redefined-local'] = 'Hint', ['newline-call'] = 'Information', ['newfield-call'] = 'Warning', - ['redundant-parameter'] = 'Hint', + ['redundant-parameter'] = 'Warning', ['ambiguity-1'] = 'Warning', ['lowercase-global'] = 'Information', ['undefined-env-child'] = 'Information', ['duplicate-index'] = 'Warning', ['duplicate-set-field'] = 'Warning', ['empty-block'] = 'Hint', - ['redundant-value'] = 'Hint', + ['redundant-value'] = 'Warning', ['code-after-break'] = 'Hint', ['unbalanced-assignments'] = 'Warning', ['close-non-object'] = 'Warning', |