Skip to content

Commit

Permalink
fix: linting options for resty_http.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed May 28, 2015
1 parent dc8cbdd commit ec28b4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
}

0 comments on commit ec28b4e

Please sign in to comment.