From 0daf5ba8554c3d07724ac97b00bc62bb14e79828 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 6 May 2015 19:35:35 +0100 Subject: .luacheckrc: Commit initial config for luacheck --- .luacheckrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 00000000..3f147806 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,8 @@ +cache = true +read_globals = { "prosody", "hosts" } +globals = { "_M" } +allow_defined_top = true +module = true +unused_secondaries = false +codes = true +ignore = { "411/err", "421/err", "411/ok", "421/ok" } -- cgit v1.2.3