Comparison

.luacheckrc @ 7872:3105d35cc2c2

luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation)
author Kim Alvefur <zash@zash.se>
date Sat, 28 Jan 2017 17:02:28 +0100
parent 7479:a82f88db12f7
child 7948:ed99a8e3c260
comparison
equal deleted inserted replaced
7871:09aa0453bdcc 7872:3105d35cc2c2
5 module = true 5 module = true
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["core/"] = {
11 ignore = { "122/prosody", "122/hosts" };
12 }
10 files["plugins/"] = { 13 files["plugins/"] = {
11 globals = { "module" }; 14 globals = { "module" };
12 } 15 }
13 files["tests/"] = { 16 files["tests/"] = {
14 read_globals = { 17 read_globals = {