diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-11-17 13:16:33 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-23 13:57:21 +0100 |
commit | 818f926eb0ad1cdb3ca60a9f08682b50df4094e3 (patch) | |
tree | 6f40448518730054ed5c9c6425ee18ec7c9f18ee /test | |
parent | 4680b4f3b12f9ff69abbd56202a5590f155cdb65 (diff) | |
download | rneovim-818f926eb0ad1cdb3ca60a9f08682b50df4094e3.tar.gz rneovim-818f926eb0ad1cdb3ca60a9f08682b50df4094e3.tar.bz2 rneovim-818f926eb0ad1cdb3ca60a9f08682b50df4094e3.zip |
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".
Diffstat (limited to 'test')
-rw-r--r-- | test/.luacheckrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/.luacheckrc b/test/.luacheckrc new file mode 100644 index 0000000000..c9522b1117 --- /dev/null +++ b/test/.luacheckrc @@ -0,0 +1,4 @@ +-- vim: ft=lua + +std = '+luajit +busted' +cache = true |