From 94b4aec87cd4302ae99b3a03f1608783df323eb0 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 1 Jun 2024 16:02:12 +1000 Subject: [PATCH] refactor(#2787): enable deprecated checks --- .luarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 5daf9f55..2f3bfb7e 100644 --- a/.luarc.json +++ b/.luarc.json @@ -23,7 +23,7 @@ "code-after-break": "Any", "codestyle-check": "None", "count-down-loop": "Any", - "deprecated": "None", + "deprecated": "Any", "different-requires": "Any", "discard-returns": "Any", "doc-field-no-class": "Any",