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 | 109ee6261982614ea367de4b2716b0ea6f375168 (patch) | |
tree | cabbc71ceaac701ee65487b68ab122caef5bbe9c | |
parent | c0b8a6ef63746675fbe1441bceed47f6fb2bee88 (diff) | |
download | prosody-109ee6261982614ea367de4b2716b0ea6f375168.tar.gz prosody-109ee6261982614ea367de4b2716b0ea6f375168.zip |
luacheckrc: No longer ignore access to undefined fields on table lib
-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 |