1
0
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:
Matthew 2019-03-01 21:02:44 -05:00 committed by GitHub
commit 6a8d07cc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 953 additions and 393 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,