From ec28b4ebe8cfc68449f890a224d708aa35fda3ff Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 28 May 2015 15:52:26 +0200 Subject: [PATCH] fix: linting options for resty_http.lua --- .luacheckrc | 5 +++++ 1 file changed, 5 insertions(+) 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"} }