Changeset

6667:e4338c0f739a

.luacheckrc: Commit initial config for luacheck
author Matthew Wild <mwild1@gmail.com>
date Wed, 06 May 2015 19:35:35 +0100
parents 6665:e923d7cb8430
children 6668:f6f39c2f1b1f
files .luacheckrc
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.luacheckrc	Wed May 06 19:35:35 2015 +0100
@@ -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" }