diff options
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 993be427..32fa50a7 100644 --- a/.luarc.json +++ b/.luarc.json @@ -7,7 +7,12 @@ "undefined-field": "Any", "await-in-sync": "Any", "not-yieldable": "Any", - "discard-returns": "Any" + "discard-returns": "Any", + "redundant-parameter": "Any", + "missing-parameter": "Any", + "need-check-nil": "Any", + "redundant-value": "Any", + "deprecated": "Any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" |