[Tarantool-patches] [PATCH v8 14/14] luacheck: add issues for suppressed warnings
sergeyb at tarantool.org
sergeyb at tarantool.org
Thu Jan 21 15:50:19 MSK 2021
From: Sergey Bronnikov <sergeyb at tarantool.org>
Closes #5464
---
.luacheckrc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.luacheckrc b/.luacheckrc
index a798ca6f8..597988367 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -52,8 +52,10 @@ exclude_files = {
files["test/sql-tap/**/*.lua"] = {
ignore = {
-- A line consists of nothing but whitespace.
+ -- https://github.com/tarantool/tarantool/issues/5739
"611",
-- Line is too long.
+ -- https://github.com/tarantool/tarantool/issues/5181
"631"
}
}
--
2.25.1
More information about the Tarantool-patches
mailing list