From 06d340adc5be45e504f0a5d9e71389db07555490 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 5 Apr 2018 16:00:27 +0200 Subject: util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded --- util/startup.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'util') diff --git a/util/startup.lua b/util/startup.lua index 69511bf9..2219146d 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -80,9 +80,6 @@ function startup.load_libraries() 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" -- cgit v1.2.3