From 69d33b28ef50076c42ece25194a6a18372353a6c Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 20 Nov 2025 15:16:12 -0300 Subject: [PATCH] [BUGFIX]: markdownlint MD060/table-column-style Table column style fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b4492f4..194fb0b5 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ You can change test running behaviour using some environment variables as follow | Variable | Values | Default | | ------ | ------ | ------ | -| LOG_LEVEL | `debug`, `warning`, `error`, `info` | `info` | -| BRUTEFORCE | `true`, `false`| `false` | +| LOG_LEVEL | `debug`, `warning`, `error`, `info` | `info` | +| BRUTEFORCE | `true`, `false` | `false` | - `LOG_LEVEL`: change verbosity level in outputs. - `BRUTEFORCE`: enable or disable running large tests.