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 | a047bef1cad7b90b2d6ece5cfd28867c894a004c (patch) | |
tree | 5cc72543e37b970130413589bcd075f2e41525e7 | |
parent | 2747f911341f0691dc83b5d545c9682cb421c59b (diff) | |
download | prosody-a047bef1cad7b90b2d6ece5cfd28867c894a004c.tar.gz prosody-a047bef1cad7b90b2d6ece5cfd28867c894a004c.zip |
doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
-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. ]] |