Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2020-09-22 16:52:22 +0300
committerGitHub <noreply@github.com>2020-09-22 16:52:22 +0300
commit920dd4142df000c528cfa6c860df07f07df51c0b (patch)
tree6095e1fc3ebb07b3efed9c091989f2260d52b75f /.luacheckrc
parentd95c4d286116611caf029a1f9a86ac03fbe90081 (diff)
fix(compat) OpenResty implementation of coroutine.wrap (#342)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 49ee942..8206e8a 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -4,10 +4,6 @@ max_line_length = false
globals = {
"ngx",
- "coroutine._wrap",
- "coroutine._yield",
- "coroutine._create",
- "coroutine._resume",
}
not_globals = {