From 458230ea9f4b6127de4bf330f562b7601572968c Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Fri, 1 Jul 2022 15:51:12 -0400 Subject: [PATCH] bump luacheck line limit, as to gracefully handle long tree rules --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index b888a19..5481655 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,5 +1,6 @@ unused_args = false allow_defined_top = true +max_line_length = 150 exclude_files = {".luacheckrc"}