Software /
code /
prosody
Changeset
13822:b88f94aecfe3 13.0
.luacheckrc: Ignore config files in spec/tls
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Apr 2025 19:56:11 +0100 |
parents | 13821:4aed38a1c971 |
children | 13823:e78e79f1b5f5 |
files | .luacheckrc |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 = {