mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
Tests: add luacheck for linting tests
Source: https://github.com/mpeterv/luacheck Docs: http://luacheck.readthedocs.org/en/0.12.0/index.html Run via "make testlint".
This commit is contained in:
4
test/.luacheckrc
Normal file
4
test/.luacheckrc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- vim: ft=lua
|
||||
|
||||
std = '+luajit +busted'
|
||||
cache = true
|
||||
Reference in New Issue
Block a user