Software /
code /
prosody
Comparison
.luacheckrc @ 9694:faebfd3ad2a1
luacheckrc: No longer ignore access to undefined fields on table lib
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Dec 2018 17:13:39 +0100 |
parent | 9690:75ed3403065d |
child | 9731:47121e8dc5b1 |
comparison
equal
deleted
inserted
replaced
9693:6ed0d6224d64 | 9694:faebfd3ad2a1 |
---|---|
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", } | 3 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", } |
4 | 4 |
5 std = "lua53c" | 5 std = "lua53c" |
6 max_line_length = 150 | 6 max_line_length = 150 |
7 | 7 |
8 read_globals = { | 8 read_globals = { |