MUC: Split out handling of the room-creating presence into its own method
[prosody.git] / .luacheckrc
1 cache = true
2 read_globals = { "prosody", "hosts", "import" }
3 globals = { "_M" }
4 allow_defined_top = true
5 module = true
6 unused_secondaries = false
7 codes = true
8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
9
10 files["plugins/"] = {
11         ignore = { "122/module" };
12 }