From 170d659436c5aa53593042341f26db2114b444ca Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 24 Nov 2018 11:52:29 -0500 Subject: [PATCH] Add _CHEATS to globals in luacheckrc --- .luacheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index d0912455..797a9089 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -56,7 +56,7 @@ local STD_BASE_CONTROL = 'lua52c+factorio+factorio_control+factorio_defines+fact --[Assume Factorio Control stage as default]-- ------------------------------------------------------------------------------- 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 not_globals = NOT_GLOBALS