Software / code / prosody
Comparison
.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 |
comparison
equal
deleted
inserted
replaced
| 8238:1339d7ed54d5 | 8239:20e3d5689cce |
|---|---|
| 87 "module.restore", | 87 "module.restore", |
| 88 "module.command", | 88 "module.command", |
| 89 "module.environment", | 89 "module.environment", |
| 90 }; | 90 }; |
| 91 } | 91 } |
| 92 files["tests/"] = { | 92 files["spec/"] = { |
| 93 read_globals = { | 93 std = "+busted" |
| 94 "testlib_new_env", | |
| 95 "assert_equal", | |
| 96 "assert_table", | |
| 97 "assert_function", | |
| 98 "assert_string", | |
| 99 "assert_boolean", | |
| 100 "assert_is", | |
| 101 "assert_is_not", | |
| 102 "runtest", | |
| 103 }; | |
| 104 } | 94 } |