mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]
authorKim Alvefur <zash@zash.se>
Fri, 20 Oct 2017 02:49:10 +0200
changeset 2808 b50f7b9fdbbb
parent 2807 9db18f909b84
child 2809 2afbb7d47905
mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]
mod_firewall/test.lib.lua
--- a/mod_firewall/test.lib.lua	Wed Oct 18 20:25:48 2017 +0200
+++ b/mod_firewall/test.lib.lua	Fri Oct 20 02:49:10 2017 +0200
@@ -1,3 +1,4 @@
+-- luacheck: globals load_unload_scripts
 local set = require "util.set";
 
 local xmppstream = require "util.xmppstream";