2020-12-30 14:48:51 +00:00
|
|
|
globals = {
|
|
|
|
"vim",
|
2021-05-09 21:11:18 +00:00
|
|
|
"assert"
|
2020-12-30 14:48:51 +00:00
|
|
|
}
|
2021-11-16 03:06:15 +00:00
|
|
|
|
|
|
|
-- Don't report unused self arguments of methods.
|
|
|
|
self = false
|
|
|
|
|
|
|
|
-- Rerun tests only if their modification time changed.
|
|
|
|
cache = true
|
|
|
|
|
|
|
|
ignore = {
|
|
|
|
"631", -- max_line_length
|
|
|
|
"212/_.*", -- unused argument, for vars with "_" prefix
|
|
|
|
}
|