Changeset

9295:6c7d2fb0d369

doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it
author Matthew Wild <mwild1@gmail.com>
date Wed, 12 Sep 2018 14:27:01 +0100
parents 9294:31c02b3109e1
children 9296:9948e267254b
files doc/net.server.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 ]]