Enable lj-releng tool to lint lua code.
This commit is contained in:
parent
36f7dd2e0b
commit
bafbd4cccf
36 changed files with 213 additions and 93 deletions
|
|
@ -9,6 +9,10 @@ local math_random = require("math").random
|
|||
local resty_chash = require("resty.chash")
|
||||
local util_get_nodes = require("util").get_nodes
|
||||
|
||||
local ngx = ngx
|
||||
local string = string
|
||||
local setmetatable = setmetatable
|
||||
|
||||
local _M = balancer_sticky:new()
|
||||
|
||||
-- Consider the situation of N upstreams one of which is failing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue