aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-12 14:27:01 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-12 14:27:01 +0100
commita047bef1cad7b90b2d6ece5cfd28867c894a004c (patch)
tree5cc72543e37b970130413589bcd075f2e41525e7
parent2747f911341f0691dc83b5d545c9682cb421c59b (diff)
downloadprosody-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.lua2
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.
]]