16 lines
270 B
Lua
16 lines
270 B
Lua
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.
|
|
}
|
|
}
|