diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-05-13 17:00:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-05-13 17:00:27 +0100 |
commit | 70e77200f7789e9fb606c7e99e30a54aca70c5c5 (patch) | |
tree | 65bc2e4d57655c0f62aec527649de4e5f46296d4 /.luacheckrc | |
parent | 125dc63f565a46aedcb1750c45dcc97c71c2c72b (diff) | |
parent | 9bd85eabf029220d25431ab17bc86bf308b51b8d (diff) | |
download | prosody-70e77200f7789e9fb606c7e99e30a54aca70c5c5.tar.gz prosody-70e77200f7789e9fb606c7e99e30a54aca70c5c5.zip |
Merge 0.10->trunk
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 8 |
1 files changed, 8 insertions, 0 deletions
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" } |