diff options
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 1 insertions, 2 deletions
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" |