From b54d03f084fee6495ac51357f6e6aa4f7e826c63 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 20 Nov 2025 09:50:45 -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 e7f2b01..ee2c74d 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,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.