diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-04-21 22:41:47 +0200 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-04-23 21:21:38 +0200 |
| commit | d4e8d3e6597578c14dd846762c57308f36ccacb5 (patch) | |
| tree | 84642dda885ebad07a731b27c8e9147a7e98ae4f /scripts | |
| parent | 17ca7725d2719d3bf0ac6bcb5b9874215cc65c49 (diff) | |
ignore Lua indent test files when doing style-check
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/style-check.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/style-check.sh b/scripts/style-check.sh index 181ab458..bf3b906f 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 |
