aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
commitc2ade194903d4c63300fe6d9d3b3977e54257f8a (patch)
tree5cc72543e37b970130413589bcd075f2e41525e7 /doc
parent6914b024496c4b9b39902ab7d011c7d3b79fffa7 (diff)
downloadprosody-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.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.
]]