Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
kong/plugins/zipkin/reporter.lua: Remove broken+unwanted linter annot…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
james-callahan committed Jul 4, 2018
1 parent f384cef commit ccb004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/zipkin/reporter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local zipkin_reporter_mt = {
__index = zipkin_reporter_methods;
}

local function new_zipkin_reporter(conf) -- lauacheck: ignore 212
local function new_zipkin_reporter(conf)
local http_endpoint = conf.http_endpoint
assert(type(http_endpoint) == "string", "invalid http endpoint")
return setmetatable({
Expand Down

0 comments on commit ccb004a

Please sign in to comment.