From 270824a429d2d452ff9d3751e39e91a9c929b265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 9 Apr 2022 06:39:02 +0800 Subject: disable codestyle-check --- .luarc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.luarc.json') diff --git a/.luarc.json b/.luarc.json index 302264ce..3a325ee7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -11,8 +11,7 @@ "undefined-field": "Any", "await-in-sync": "Any", "not-yieldable": "Any", - "discard-returns": "Any", - "codestyle-check": "Any" + "discard-returns": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" -- cgit v1.2.3