mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-07 20:51:07 +00:00
141dc6d55e
* 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
|