From b7ef9cb7e4e6780db5f2f874e42e5cbb984e29ce Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Fri, 21 Nov 2025 09:38:04 -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 8f49cd88..7a850a50 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,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.