diff --git a/.luacheckrc b/.luacheckrc index 1ca053bd673..ad56977b05c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -14,6 +14,11 @@ files["kong/vendor/ssl.lua"] = { ignore = {"FFI_DECLINED"} } +files["kong/vendor/resty_http.lua"] = { + global = false, + unused = false +} + files["spec/"] = { globals = {"describe", "it", "before_each", "setup", "after_each", "teardown", "stub", "mock", "spy", "finally"} }