From 323766b31ecc250a7c26ac2aa92c9178677fa864 Mon Sep 17 00:00:00 2001 From: techbot Date: Wed, 20 Sep 2023 19:52:44 +0200 Subject: [PATCH] remove not working input [skip-ci] --- .github/workflows/lua_linter.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lua_linter.yaml b/.github/workflows/lua_linter.yaml index 20a65e39..6639a5f2 100644 --- a/.github/workflows/lua_linter.yaml +++ b/.github/workflows/lua_linter.yaml @@ -20,5 +20,4 @@ jobs: lint_emptyBlocks: false lint_unusedParameters: false lint_unusedLoopVars: false - lint_shadowing: false - lint_inconsistentVariableStyle: false \ No newline at end of file + lint_shadowing: false \ No newline at end of file