From 398d03c888d3b396f128439e003e64e46401aa18 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 9 Mar 2025 01:34:35 +0300 Subject: [PATCH] meta: update luacheckrc --- .luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) 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