aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2025-01-21 14:38:49 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2025-01-21 15:38:28 +0100
commit3e6d426af53b9289bc343129afd58e5beac36dd7 (patch)
tree2ccfe63d2281474dc6d3c817978689ffd912ac19
parentdocs: update configs.md (diff)
downloadnvim-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74715e6b..af2557f1 100644
--- a/Makefile
+++ b/Makefile
@@ -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"