summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-28 03:23:55 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-28 03:23:55 +0800
commitabdeade219bde1714fd8f145652d42315e1e6d25 (patch)
tree018962a9f93b3b8159a3c146fd64dd33901380f6 /changelog.md
parentae024958da9a14ed837495f79972a85458ee3f0c (diff)
downloadlua-language-server-abdeade219bde1714fd8f145652d42315e1e6d25.zip
new diag ``redundant-return-value``
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 844f71d1..6f3ec93d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,6 +8,7 @@
* `unknown-cast-variable`
* `cast-type-mismatch`
* `missing-return-value`
+ * `redundant-return-value`
* `NEW` settings:
* `diagnostics.groupSeverity`
* `diagnostics.groupFileStatus`