aboutsummaryrefslogtreecommitdiff
path: root/test/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to 'test/.luacheckrc')
-rw-r--r--test/.luacheckrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.luacheckrc b/test/.luacheckrc
index 1c98d096a4..034b4f10df 100644
--- a/test/.luacheckrc
+++ b/test/.luacheckrc
@@ -12,5 +12,9 @@ self = false
-- Rerun tests only if their modification time changed.
cache = true
+ignore = {
+ "631", -- max_line_length
+}
+
-- Ignore whitespace issues in converted Vim legacy tests.
files["functional/legacy"] = {ignore = { "611", "612", "613", "621" }}