mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(deps): bump luacheck to 1.1.0-1
also ignore two new warnings showing false positives
This commit is contained in:
@ -19,8 +19,10 @@ cache = true
|
||||
ignore = {
|
||||
"631", -- max_line_length
|
||||
"212/_.*", -- unused argument, for vars with "_" prefix
|
||||
"214", -- used variable with unused hint ("_" prefix)
|
||||
"121", -- setting read-only global variable 'vim'
|
||||
"122", -- setting read-only field of global variable 'vim'
|
||||
"581", -- negation of a relational operator- operator can be flipped (not for tables)
|
||||
}
|
||||
|
||||
-- Global objects defined by the C code
|
||||
|
Reference in New Issue
Block a user