ci: add "_" to luacheck's list of global variables

This commit is contained in:
Riley Bruins
2025-02-20 08:34:21 -08:00
committed by Christian Clason
parent 08f7c22377
commit b533c0f222

View File

@@ -38,7 +38,8 @@ globals = {
"vim.bo",
"vim.wo",
"vim.go",
"vim.env"
"vim.env",
"_",
}
exclude_files = {