diff options
author | Cr4xy <Cr4xy@Live.de> | 2021-10-25 14:08:32 +0200 |
---|---|---|
committer | Cr4xy <Cr4xy@Live.de> | 2021-10-25 14:08:32 +0200 |
commit | 751e5b623184005532eac6fa12f9b1094030a613 (patch) | |
tree | 8c41aebd91135971855c8a48248ee14ef0758c58 /locale/en-us/script.lua | |
parent | 8ced2703cc4598fe880cf27f2f82a90e947b532f (diff) | |
download | lua-language-server-751e5b623184005532eac6fa12f9b1094030a613.zip |
add redundant-return diagnostic
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index fd423ced..c5e683b0 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -42,6 +42,7 @@ DIAG_COUNT_DOWN_LOOP = 'Do you mean `{}` ?' DIAG_IMPLICIT_ANY = 'Can not infer type.' DIAG_DEPRECATED = 'Deprecated.' DIAG_DIFFERENT_REQUIRES = 'The same file is required with different names.' +DIAG_REDUNDANT_RETURN = 'Redundant return.' DIAG_CIRCLE_DOC_CLASS = 'Circularly inherited classes.' DIAG_DOC_FIELD_NO_CLASS = 'The field must be defined after the class.' |