From 1b249ff01e2f70ac30e74850cc871a818a306661 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Mon, 24 Nov 2025 10:15:49 -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 be69948a..cbe5692a 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,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.