mirror of
https://github.com/zoriya/lz.n.git
synced 2025-12-06 06:36:11 +00:00
11 lines
167 B
Lua
11 lines
167 B
Lua
ignore = {
|
|
"631", -- max_line_length
|
|
"122", -- read-only field of global variable
|
|
}
|
|
read_globals = {
|
|
"vim",
|
|
"describe",
|
|
"it",
|
|
"assert"
|
|
}
|