mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Use new linter (#294)
* Use new linter * Luacheck and Sumneko Lua fixes * Bump CI action versions * Fix excludes for ldoc
This commit is contained in:
@@ -16,6 +16,8 @@ global.version = require 'overrides.version' -- The current version for exp gami
|
||||
inspect = require 'overrides.inspect' -- Used to covert any value into human readable string
|
||||
Debug = require 'overrides.debug' -- Global Debug module
|
||||
_C = require 'expcore.common' -- _C is used to store lots of common functions expected to be used
|
||||
_CHEATS = false
|
||||
_DEBUG = false
|
||||
|
||||
-- Please go to config/file_loader.lua to edit the files that are loaded
|
||||
log('[INFO] Reading loader config')
|
||||
|
||||
Reference in New Issue
Block a user