mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-15 10:23:45 +00:00
* 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
|