From d4e8d3e6597578c14dd846762c57308f36ccacb5 Mon Sep 17 00:00:00 2001 From: Jędrzej Boczar Date: Wed, 21 Apr 2021 22:41:47 +0200 Subject: ignore Lua indent test files when doing style-check --- scripts/style-check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/style-check.sh b/scripts/style-check.sh index 181ab4581..bf3b906f3 100755 --- a/scripts/style-check.sh +++ b/scripts/style-check.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash -luacheck `find -name "*.lua"` --codes +# ignore indent test files +luacheck `find -name "*.lua" -not -path "./lua/tests/indent/lua/*"` --codes -- cgit v1.2.3-70-g09d2