# HG changeset patch # User Matthew Wild # Date 1743706571 -3600 # Node ID b88f94aecfe38e21053a7d67f640321a2e98e21c # Parent 4aed38a1c9716991d70c704200517201574bdad8 .luacheckrc: Ignore config files in spec/tls diff -r 4aed38a1c971 -r b88f94aecfe3 .luacheckrc --- a/.luacheckrc Thu Apr 03 19:47:16 2025 +0100 +++ b/.luacheckrc Thu Apr 03 19:56:11 2025 +0100 @@ -131,6 +131,11 @@ 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 = {