fix lint errors

This commit is contained in:
Michael Chris Lopez
2021-11-06 12:04:23 +08:00
parent 8185f46dcd
commit 0473b25a05
8 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
-- selene: allow(undefined_variable)
run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
@@ -5,3 +6,4 @@ run(
{ prepend, "# This file is auto-generated by shipwright.nvim", },
{ overwrite, string.format("extras/alacritty/%s.yml", name) }
)
-- selene: deny(undefined_variable)