From 93167b8c8b1862176bb29a6c3035e57e3fa52505 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 19 Nov 2025 17:16:44 -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 41f3db2c..dab50b0c 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,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.