diff --git a/.luacheckrc b/.luacheckrc index 9d2520c1b0aaef3b97ac5e2c6fe5289be4092aa5..67e721e9d367a9c4f4886a192eefa15968c3a525 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -52,6 +52,7 @@ files["test/sql-tap/**/*.lua"] = { -- A line consists of nothing but whitespace. "611", -- Line is too long. + -- https://github.com/tarantool/tarantool/issues/5181 "631" } }