Skip to content

Commit aaaaf56

Browse files
committed
chore(luacheck): suppress is alias line length
1 parent d16ec4b commit aaaaf56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mods/is.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ local type = type
22
local getmt = getmetatable
33
local lfs
44

5+
-- luacheck: push ignore 631
56
---@alias mods.lfs.attributes fun(filepath:string, request_name?:LuaFileSystem.AttributeName):(string|integer|LuaFileSystem.AttributeMode)
67
---@alias mods.lfs.symlinkattributes fun(filepath:string, request_name?:LuaFileSystem.AttributeName):LuaFileSystem.Attributes
8+
-- luacheck: pop
79

810
local function get_lfs()
911
if lfs then

0 commit comments

Comments
 (0)