From d5a21a051327dd414f7aed6ba031e06c31da299f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 1 Jun 2018 23:11:58 -0700 Subject: [PATCH] Update plugin .luacheckrc to be more strict --- plugin/.luacheckrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/.luacheckrc b/plugin/.luacheckrc index 5e011987..df243b3b 100644 --- a/plugin/.luacheckrc +++ b/plugin/.luacheckrc @@ -39,10 +39,6 @@ stds.testez = { ignore = { "212", -- unused arguments - "421", -- shadowing local variable - "422", -- shadowing argument - "431", -- shadowing upvalue - "432", -- shadowing upvalue argument } std = "lua51+roblox"