diff options
| author | dundargoc <gocdundar@gmail.com> | 2025-01-21 14:38:49 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-01-21 15:38:28 +0100 |
| commit | 3e6d426af53b9289bc343129afd58e5beac36dd7 (patch) | |
| tree | 2ccfe63d2281474dc6d3c817978689ffd912ac19 | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar.gz nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar.bz2 nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar.lz nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar.xz nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.tar.zst nvim-lspconfig-3e6d426af53b9289bc343129afd58e5beac36dd7.zip | |
build: add -q flag to luacheck
Otherwise it will print out all the files that passes which makes it
extremely tedious as you need to search for the files that failed.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ test: lint: @printf "\nRunning luacheck\n" - luacheck lua/* test/* + luacheck -q lua/* test/* @printf "\nRunning selene\n" selene --display-style=quiet . @printf "\nRunning stylua\n" |
