From 141dc6d55e4f53ee9527adc164a0d39725394bfd Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Wed, 9 Dec 2020 21:46:41 +0100 Subject: ci: Add luacheck ci job (#317) * Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca6b84d..982d6c6 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ test: nvim --headless -c 'lua require("plenary.test_harness"):test_directory("busted", "./lua/tests/automated/")' + +lint: + luacheck lua/telescope -- cgit v1.2.3