mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
lint: Remove use of the 143 error code
Does not appear to be invoked by anything
This commit is contained in:
parent
2b289f34f9
commit
5a608450d5
4 changed files with 4 additions and 5 deletions
|
@ -20,7 +20,6 @@ local pcall = pcall;
|
|||
local envload = require"util.envload".envload;
|
||||
|
||||
local pos_inf, neg_inf = math.huge, -math.huge;
|
||||
-- luacheck: ignore 143/math
|
||||
local m_type = math.type or function (n)
|
||||
return n % 1 == 0 and n <= 9007199254740992 and n >= -9007199254740992 and "integer" or "float";
|
||||
end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue