From 16f350963e8b696690534cab2fd3b6eb681731c1 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 19 Jun 2023 05:30:45 +0100 Subject: fix shadowing issues reported by luacheck --- check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check.sh') diff --git a/check.sh b/check.sh index 6c3aa34..3710d54 100755 --- a/check.sh +++ b/check.sh @@ -1,7 +1,7 @@ #!/bin/sh luacheck . \ - --std=love+luajit --no-unused --no-redefined --ignore 611 \ + --std=love+luajit --no-unused --ignore 611 \ --max-line-length 70 \ - -q \ + -q --codes \ --exclude-files '**/dkjson.lua' --exclude-files '*/common/*' -- cgit v1.2.3