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

@@ -19,6 +19,7 @@ set -g mode-style fg='$black',bg='$selection_bg'
local helpers = require "shipwright.transform.helpers"
-- selene: allow(undefined_variable)
run(
{ specs, p, term },
transform.colorscheme_to_term_colors,
@@ -29,3 +30,4 @@ run(
{ prepend, "# This file is auto-generated by shipwright.nvim" },
{ overwrite, string.format("extras/tmux/%s.tmux", name) }
)
-- selene: deny(undefined_variable)