diff options
Diffstat (limited to '.luarc.json')
-rw-r--r-- | .luarc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.luarc.json b/.luarc.json index 2a2fcd2f..a5eed93c 100644 --- a/.luarc.json +++ b/.luarc.json @@ -9,7 +9,8 @@ "close-non-object" ], "neededFileStatus": { - "undefined-field": "Any" + "undefined-field": "Any", + "await-in-sync": "any" }, "ignoredFiles": "Opened", "libraryFiles": "Opened" |