mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
ci: add "_" to luacheck's list of global variables
This commit is contained in:
committed by
Christian Clason
parent
08f7c22377
commit
b533c0f222
@@ -38,7 +38,8 @@ globals = {
|
||||
"vim.bo",
|
||||
"vim.wo",
|
||||
"vim.go",
|
||||
"vim.env"
|
||||
"vim.env",
|
||||
"_",
|
||||
}
|
||||
|
||||
exclude_files = {
|
||||
|
||||
Reference in New Issue
Block a user