1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Add print as global to luacheckrc

This commit is contained in:
Matthew Heguy 2018-11-26 21:08:38 -05:00
parent cb9b8e3ecc
commit 532c1c5bd7

View File

@ -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', '_CHEATS', 'MARKET_ITEM', 'newline'} -- RedMew-specific globals globals = {'print', '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