diff options
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 978f12de..e8b3a5a4 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -9,6 +9,8 @@ read_globals = { "prosody", "hosts", "import", + "log", + "server", }; files["prosody"] = { allow_defined_top = true; |