We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16ec4b commit aaaaf56Copy full SHA for aaaaf56
1 file changed
src/mods/is.lua
@@ -2,8 +2,10 @@ local type = type
2
local getmt = getmetatable
3
local lfs
4
5
+-- luacheck: push ignore 631
6
---@alias mods.lfs.attributes fun(filepath:string, request_name?:LuaFileSystem.AttributeName):(string|integer|LuaFileSystem.AttributeMode)
7
---@alias mods.lfs.symlinkattributes fun(filepath:string, request_name?:LuaFileSystem.AttributeName):LuaFileSystem.Attributes
8
+-- luacheck: pop
9
10
local function get_lfs()
11
if lfs then
0 commit comments