mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
Add style-check script
This commit is contained in:
parent
63c1853674
commit
bdf7457c4d
4 changed files with 23 additions and 1 deletions
3
scripts/style-check.sh
Executable file
3
scripts/style-check.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
luacheck `find -name "*.lua"` --codes
|
||||
Loading…
Add table
Add a link
Reference in a new issue