From 07c3ce955c785449747a9248a88c161d7bbf9edc Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 3 Apr 2025 19:56:11 +0100 Subject: .luacheckrc: Ignore config files in spec/tls --- .luacheckrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 09225d01..1a392dab 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -131,6 +131,11 @@ files["spec/"] = { std = "+busted"; globals = { "randomize" }; } +files["spec/tls"] = { + -- luacheck complains about the config files here, + -- but we don't really care about them + only = {}; +} files["prosody.cfg.lua"] = { ignore = { "131" }; globals = { -- cgit v1.2.3