mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ignore Lua indent test files when doing style-check
This commit is contained in:
parent
17ca7725d2
commit
d4e8d3e659
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue