Software /
code /
prosody
Diff
.luacheckrc @ 7477:f9e470026042
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jul 2016 22:01:10 +0200 |
parent | 7476:42d8955be784 |
child | 7478:2489abe342c1 |
line wrap: on
line diff
--- a/.luacheckrc Fri Jul 08 15:12:44 2016 +0200 +++ b/.luacheckrc Fri Jul 08 22:01:10 2016 +0200 @@ -10,3 +10,14 @@ 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", + }; +}