[Tarantool-patches] [PATCH v7] test: fix luacheck warnings in test/wal_off
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Wed Jan 13 20:03:58 MSK 2021
Thanks for the patch!
LGTM if it works.
On 13.01.2021 15:42, sergeyb at tarantool.org wrote:
> From: Sergey Bronnikov <sergeyb at tarantool.org>
>
> Closes #5467
>
> Reviewed-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
> Reviewed-by: Igor Munkin <imun at tarantool.org>
>
> Co-authored-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
> Co-authored-by: Igor Munkin <imun at tarantool.org>
> ---
> Issue: https://github.com/tarantool/tarantool/issues/5467
> Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/241108325
What is the branch name?
> .luacheckrc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.luacheckrc b/.luacheckrc
> index 4b829f3dc..638131e4a 100644
> --- a/.luacheckrc
> +++ b/.luacheckrc
> @@ -45,7 +45,7 @@ exclude_files = {
> "test/swim/**/*.lua",
> "test/var/**/*.lua",
> "test/vinyl/**/*.lua",
> - "test/wal_off/**/*.lua",
> + "test/wal_off/*.test.lua",
> "test/xlog/**/*.lua",
> "test/xlog-py/**/*.lua",
> "third_party/**/*.lua",
>
More information about the Tarantool-patches
mailing list