From 818f926eb0ad1cdb3ca60a9f08682b50df4094e3 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 17 Nov 2015 13:16:33 +0100 Subject: 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". --- test/.luacheckrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/.luacheckrc (limited to 'test') 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 -- cgit