luacheckrc: No longer ignore access to undefined fields on table lib

This commit is contained in:
Kim Alvefur 2018-12-08 17:13:39 +01:00
parent 177420df39
commit 5e2c950296

View file

@ -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