doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
authorMatthew Wild <mwild1@gmail.com>
Wed, 12 Sep 2018 14:27:01 +0100
changeset 9298 6c7d2fb0d369
parent 9297 31c02b3109e1
child 9299 9948e267254b
doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
doc/net.server.lua
--- a/doc/net.server.lua	Wed Sep 12 13:49:53 2018 +0100
+++ b/doc/net.server.lua	Wed Sep 12 14:27:01 2018 +0100
@@ -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.
 ]]