From 6b4fed3b723b8e14f09a6012a216f70cd4c80206 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 13 Dec 2023 20:35:27 +0100 Subject: [PATCH] Better .luacheckrc --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 77b1724..cdc3460 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,6 +1,6 @@ std = "max" cache = true -include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"} +include_files = {"**.lua", "*.luacheckrc"} exclude_files = {} self = false max_line_length=false