2020-12-30 15:48:51 +01:00
|
|
|
globals = {
|
|
|
|
"vim",
|
2021-05-09 23:11:18 +02:00
|
|
|
"assert"
|
2020-12-30 15:48:51 +01:00
|
|
|
}
|
2021-11-16 09:06:15 +06: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
|
|
|
|
}
|