diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-12 14:27:01 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-12 14:27:01 +0100 |
commit | c2ade194903d4c63300fe6d9d3b3977e54257f8a (patch) | |
tree | 5cc72543e37b970130413589bcd075f2e41525e7 /doc | |
parent | 6914b024496c4b9b39902ab7d011c7d3b79fffa7 (diff) | |
download | prosody-c2ade194903d4c63300fe6d9d3b3977e54257f8a.tar.gz prosody-c2ade194903d4c63300fe6d9d3b3977e54257f8a.zip |
doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.server.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/net.server.lua b/doc/net.server.lua index f07a2bd0..7342c549 100644 --- a/doc/net.server.lua +++ b/doc/net.server.lua @@ -4,6 +4,8 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. +--luacheck: ignore + --[[ This file is a template for writing a net.server compatible backend. ]] |