mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Luacheck: use config file to exclude files
This commit is contained in:
parent
8b876207e6
commit
437e41e9fc
4 changed files with 11 additions and 7 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
sudo luarocks install luacheck
|
||||
|
||||
- name: Run Luacheck
|
||||
run: sudo ./scripts/style-check.sh
|
||||
run: luacheck .
|
||||
|
||||
stylua:
|
||||
name: StyLua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue