ignore Lua indent test files when doing style-check

This commit is contained in:
Jędrzej Boczar 2021-04-21 22:41:47 +02:00 committed by Kiyan
parent 17ca7725d2
commit d4e8d3e659

View file

@ -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