Comparison

.luacheckrc @ 9689:9e2ee40b4a0a

luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
author Kim Alvefur <zash@zash.se>
date Sat, 08 Dec 2018 17:00:30 +0100
parent 9464:eacdafd07217
child 9690:75ed3403065d
comparison
equal deleted inserted replaced
9688:eade1316728e 9689:9e2ee40b4a0a
1 cache = true 1 cache = true
2 codes = true 2 codes = true
3 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" } 3 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" }
4 4
5 std = "lua53c"
5 max_line_length = 150 6 max_line_length = 150
6 7
7 read_globals = { 8 read_globals = {
8 "prosody", 9 "prosody",
9 "import", 10 "import",