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 00fb61b0..09225d01 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -141,6 +141,10 @@ files["prosody.cfg.lua"] = { "component", "Include", "include", + "FileContents", + "FileLine", + "FileLines", + "Credential", "RunScript" }; } |