Software /
code /
prosody
Diff
.luacheckrc @ 8239:20e3d5689cce
.luacheckrc: Add busted globals for spec/* (thanks av6!)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 16 Sep 2017 10:13:39 +0100 |
parent | 8048:75e37366a03f |
child | 8381:7f6184474149 |
line wrap: on
line diff
--- a/.luacheckrc Sat Sep 16 03:46:55 2017 -0400 +++ b/.luacheckrc Sat Sep 16 10:13:39 2017 +0100 @@ -89,16 +89,6 @@ "module.environment", }; } -files["tests/"] = { - read_globals = { - "testlib_new_env", - "assert_equal", - "assert_table", - "assert_function", - "assert_string", - "assert_boolean", - "assert_is", - "assert_is_not", - "runtest", - }; +files["spec/"] = { + std = "+busted" }