fix lint errors
This commit is contained in:
@@ -74,6 +74,7 @@ local function specs_to_colors(specs)
|
||||
}
|
||||
end
|
||||
|
||||
-- selene: allow(undefined_variable)
|
||||
run(
|
||||
specs,
|
||||
specs_to_colors,
|
||||
@@ -81,3 +82,4 @@ run(
|
||||
{ prepend, "-- This file is auto-generated by shipwright.nvim" },
|
||||
{ overwrite, string.format("lua/lualine/themes/%s.lua", name) }
|
||||
)
|
||||
-- selene: deny(undefined_variable)
|
||||
|
||||
Reference in New Issue
Block a user