luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled

This commit is contained in:
Kim Alvefur 2018-12-08 17:00:30 +01:00
parent 76d4ce39f5
commit fa9d2ec963

View file

@ -2,6 +2,7 @@ cache = true
codes = true
ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" }
std = "lua53c"
max_line_length = 150
read_globals = {