Changeset

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
parents 9693:6ed0d6224d64
children 9695:5ec4eaf76de8
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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