From 9a12cd3254ab96540499069bfc69a002dbb4e745 Mon Sep 17 00:00:00 2001
From: Sergey Bronnikov <sergeyb@tarantool.org>
Date: Wed, 20 Jan 2021 16:27:01 +0000
Subject: [PATCH] luacheck: add issue for suppressed W631 warning

Closes #5464
---
 .luacheckrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.luacheckrc b/.luacheckrc
index 9d2520c1b0..67e721e9d3 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"
     }
 }
-- 
GitLab