diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index 661072f3..44019c81 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -7,7 +7,6 @@ max_line_length = 150 read_globals = { "prosody", - "hosts", "import", "server", }; @@ -22,7 +21,6 @@ files["prosodyctl"] = { files["core/"] = { globals = { "prosody.hosts.?", - "hosts.?", }; } files["util/"] = { |