Software /
code /
prosody
Diff
.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 |
line wrap: on
line diff
--- a/.luacheckrc Fri Oct 12 01:29:34 2018 +0200 +++ b/.luacheckrc Sat Dec 08 17:13:39 2018 +0100 @@ -1,6 +1,6 @@ cache = true codes = true -ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", } +ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", } std = "lua53c" max_line_length = 150