Software /
code /
prosody
File
.luacheckrc @ 6760:e45a58c72609
util.sql: Use appropriate collation for the chosen character set - fixes MySQL silently ignoring our SET NAMES command when we use utf8mb4
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 08 Jul 2015 15:06:20 +0100 |
parent | 6750:2a2eb30b1ed4 |
child | 6790:e2cd5848c650 |
line wrap: on
line source
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" } files["plugins/"] = { ignore = { "122/module" }; }