util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
authorKim Alvefur <zash@zash.se>
Thu, 05 Apr 2018 16:00:27 +0200
changeset 8715 e9caf447deed
parent 8714 9932a2a5b6de
child 8716 48bd442f6d4d
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
util/startup.lua
--- a/util/startup.lua	Thu Apr 05 15:58:08 2018 +0200
+++ b/util/startup.lua	Thu Apr 05 16:00:27 2018 +0200
@@ -80,9 +80,6 @@
 	server = require "net.server"
 end
 
--- The global log() gets defined by loggingmanager
--- luacheck: ignore 113/log
-
 function startup.init_logging()
 	-- Initialize logging
 	require "core.loggingmanager"