Software /
code /
prosody
Comparison
.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 |
comparison
equal
deleted
inserted
replaced
7475:ee878fa78b8b | 7476:42d8955be784 |
---|---|
8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } | 8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } |
9 | 9 |
10 files["plugins/"] = { | 10 files["plugins/"] = { |
11 ignore = { "122/module" }; | 11 ignore = { "122/module" }; |
12 } | 12 } |
13 files["tests/"] = { | |
14 ignore = { | |
15 "113/assert_equal", | |
16 "113/assert_table", | |
17 "113/assert_function", | |
18 "113/assert_string", | |
19 "113/assert_boolean", | |
20 "113/assert_is", | |
21 "113/assert_is_not", | |
22 }; | |
23 } |