diff --git a/.luacheckrc b/.luacheckrc index 8121fd8..c6b8d06 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,10 +1,14 @@ -- 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 } +-- Global objects defined by the C code globals = { "vim" } -- vim: ft=lua tw=80