diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index a5194be1..59cf9c46 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -108,7 +108,7 @@ files["spec/"] = { } files["prosody.cfg.lua"] = { ignore = { "131" }; - globals = { + globals = { "Host", "host", "VirtualHost", |