diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index e8b3a5a4..cdaeeb36 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -16,6 +16,10 @@ files["prosody"] = { allow_defined_top = true; module = true; } +files["prosodyctl"] = { + allow_defined_top = true; + module = true; +}; files["core/"] = { globals = { "prosody.hosts.?", |