mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-07 13:31:54 +02:00
Merge pull request #836 from plague006/luacheckrc
Update luacheckrc to 0.17
This commit is contained in:
commit
6a8d07cc8a
1344
.luacheckrc
1344
.luacheckrc
File diff suppressed because it is too large
Load Diff
@ -310,7 +310,7 @@ end
|
||||
--- Traps command errors if not in DEBUG.
|
||||
if not _DEBUG then
|
||||
local old_add_command = commands.add_command
|
||||
commands.add_command =
|
||||
commands.add_command = -- luacheck: ignore 122
|
||||
function(name, desc, func)
|
||||
old_add_command(
|
||||
name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user