diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-08 17:00:30 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-08 17:00:30 +0100 |
commit | fa9d2ec96308906179bf39bff1442662b1beff16 (patch) | |
tree | bfae19ebaefc1425365a6dfcbed1f1406e25dcf8 /.luacheckrc | |
parent | 76d4ce39f52ce13fc9676296fe7fbef0d6424a32 (diff) | |
download | prosody-fa9d2ec96308906179bf39bff1442662b1beff16.tar.gz prosody-fa9d2ec96308906179bf39bff1442662b1beff16.zip |
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index ce3d377b..3192768c 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -2,6 +2,7 @@ cache = true codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log", "143/table", "113/unpack" } +std = "lua53c" max_line_length = 150 read_globals = { |