Software /
code /
prosody
File
.luacheckrc @ 7476:42d8955be784
luacheckrc: Ignore assert helper functions used in tests/*
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jul 2016 19:20:49 +0200 |
parent | 6986:6aae14b079d0 |
child | 7478:2489abe342c1 |
line wrap: on
line source
cache = true read_globals = { "prosody", "hosts", "import" } globals = { "_M" } allow_defined_top = true module = true unused_secondaries = false codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } files["plugins/"] = { ignore = { "122/module" }; } files["tests/"] = { ignore = { "113/assert_equal", "113/assert_table", "113/assert_function", "113/assert_string", "113/assert_boolean", "113/assert_is", "113/assert_is_not", }; }