diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-08 17:13:39 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-08 17:13:39 +0100 |
commit | 5e2c950296e59fc524cbe9a943d8b2b3b85ca22a (patch) | |
tree | cabbc71ceaac701ee65487b68ab122caef5bbe9c /.luacheckrc | |
parent | 177420df39c60de47eb47bc5ed574e2ccf082ec4 (diff) | |
download | prosody-5e2c950296e59fc524cbe9a943d8b2b3b85ca22a.tar.gz prosody-5e2c950296e59fc524cbe9a943d8b2b3b85ca22a.zip |
luacheckrc: No longer ignore access to undefined fields on table lib
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 96882c73..3e3fb2b5 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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 |