Software /
code /
prosody
Comparison
.luacheckrc @ 7479:a82f88db12f7
luacheckrc: make module a global in plugins/
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Jul 2016 10:17:00 +0800 |
parent | 7478:2489abe342c1 |
child | 7872:3105d35cc2c2 |
comparison
equal
deleted
inserted
replaced
7478:2489abe342c1 | 7479:a82f88db12f7 |
---|---|
6 unused_secondaries = false | 6 unused_secondaries = false |
7 codes = true | 7 codes = true |
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 globals = { "module" }; |
12 } | 12 } |
13 files["tests/"] = { | 13 files["tests/"] = { |
14 read_globals = { | 14 read_globals = { |
15 "testlib_new_env", | 15 "testlib_new_env", |
16 "assert_equal", | 16 "assert_equal", |