* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
6 lines
146 B
Makefile
6 lines
146 B
Makefile
test:
|
|
nvim --headless -c 'lua require("plenary.test_harness"):test_directory("busted", "./lua/tests/automated/")'
|
|
|
|
lint:
|
|
luacheck lua/telescope
|