Software /
code /
prosody
Comparison
.luacheckrc @ 6750:2a2eb30b1ed4
luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 29 Jun 2015 13:50:31 +0100 |
parent | 6667:e4338c0f739a |
child | 6790:e2cd5848c650 |
comparison
equal
deleted
inserted
replaced
6740:99b3f29c3c71 | 6750:2a2eb30b1ed4 |
---|---|
4 allow_defined_top = true | 4 allow_defined_top = true |
5 module = true | 5 module = true |
6 unused_secondaries = false | 6 unused_secondaries = false |
7 codes = true | 7 codes = true |
8 ignore = { "411/err", "421/err", "411/ok", "421/ok" } | 8 ignore = { "411/err", "421/err", "411/ok", "421/ok" } |
9 | |
10 files["plugins/"] = { | |
11 ignore = { "122/module" }; | |
12 } |