Regenerate nvim config
This commit is contained in:
15
config/neovim/store/lazy-plugins/nvim-lint/.luacheckrc
Normal file
15
config/neovim/store/lazy-plugins/nvim-lint/.luacheckrc
Normal file
@ -0,0 +1,15 @@
|
||||
ignore = {
|
||||
"631", -- max_line_length
|
||||
}
|
||||
read_globals = {
|
||||
"vim",
|
||||
"describe",
|
||||
"it",
|
||||
"assert"
|
||||
}
|
||||
files['tests'] = {
|
||||
ignore = {
|
||||
'121', -- Setting a read-only global variable.
|
||||
'122', -- Setting a read-only field of a global variable.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user