mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
Add _CHEATS to globals in luacheckrc
This commit is contained in:
@@ -56,7 +56,7 @@ local STD_BASE_CONTROL = 'lua52c+factorio+factorio_control+factorio_defines+fact
|
|||||||
--[Assume Factorio Control stage as default]--
|
--[Assume Factorio Control stage as default]--
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
std = STD_CONTROL
|
std = STD_CONTROL
|
||||||
globals = {'math', 'table', '_DEBUG', 'MARKET_ITEM', 'newline'} -- RedMew-specific globals
|
globals = {'math', 'table', '_DEBUG', '_CHEATS', 'MARKET_ITEM', 'newline'} -- RedMew-specific globals
|
||||||
max_line_length = LINE_LENGTH
|
max_line_length = LINE_LENGTH
|
||||||
|
|
||||||
not_globals = NOT_GLOBALS
|
not_globals = NOT_GLOBALS
|
||||||
|
|||||||
Reference in New Issue
Block a user