[Tarantool-patches] [PATCH v7 3/3] luacheck: remove unneeded comment

sergeyb at tarantool.org sergeyb at tarantool.org
Wed Dec 16 19:00:04 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

serpent module has been dropped in commit
b53cb2aeceedc39f356ceca30bd0087ee8de7c16
"console: drop unused serpent module", but comment that belong to module
was left in luacheck config.
---
 .luacheckrc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.luacheckrc b/.luacheckrc
index d9093a5eb..e1a876deb 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -30,7 +30,6 @@ include_files = {
 
 exclude_files = {
     "build/**/*.lua",
-    -- Third-party source code.
     "test-run/**/*.lua",
     "test/app/*.test.lua",
     "test/box/**/*.lua",
-- 
2.25.1



More information about the Tarantool-patches mailing list