diff options
Diffstat (limited to 'scripts/style-check.sh')
| -rwxr-xr-x | scripts/style-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/style-check.sh b/scripts/style-check.sh index bf3b906f3..8dfb53aa2 100755 --- a/scripts/style-check.sh +++ b/scripts/style-check.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # ignore indent test files -luacheck `find -name "*.lua" -not -path "./lua/tests/indent/lua/*"` --codes +luacheck `find -name "*.lua" -not -path "./tests/indent/lua/*"` --codes |
