From a2cca1b6bd50ee0f9375f617439835c11e805a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 05:43:42 +0000 Subject: [PATCH 1/2] Bump dotenvlinter/dotenv-linter from 2.1.0 to 2.2.0 Bumps dotenvlinter/dotenv-linter from 2.1.0 to 2.2.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5873d848..8586c7d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # Get dependency images as build stages # ######################################### FROM borkdude/clj-kondo:2020.09.09 as clj-kondo -FROM dotenvlinter/dotenv-linter:2.1.0 as dotenv-linter +FROM dotenvlinter/dotenv-linter:2.2.0 as dotenv-linter FROM mstruebing/editorconfig-checker:2.1.0 as editorconfig-checker FROM golangci/golangci-lint:v1.31.0 as golangci-lint FROM yoheimuta/protolint:v0.26.0 as protolint From c23530be51bf2a286daec199290b9a83d6f31a3e Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Tue, 13 Oct 2020 09:02:10 -0500 Subject: [PATCH 2/2] from new update --- .automation/test/env/reports/expected-ENV.tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/test/env/reports/expected-ENV.tap b/.automation/test/env/reports/expected-ENV.tap index 73030e1c..11c263a8 100644 --- a/.automation/test/env/reports/expected-ENV.tap +++ b/.automation/test/env/reports/expected-ENV.tap @@ -2,6 +2,6 @@ TAP version 13 1..2 not ok 1 - env_bad_1.env --- - message: env/env_bad_1.env 1 LeadingCharacter Invalid leading character detected\nenv/env_bad_1.env 2 KeyWithoutValue The MY_ENV key should be with a value or have an equal sign\nenv/env_bad_1.env 3 IncorrectDelimiter The DB-NAME key has incorrect delimiter\nenv/env_bad_1.env 3 UnorderedKey The DB-NAME key should go before the LOGGER_LEVEL key\nenv/env_bad_1.env 4 LowercaseKey The DEbUG_hTTP key should be in uppercase\nenv/env_bad_1.env 4 UnorderedKey The DEbUG_hTTP key should go before the LOGGER_LEVEL key\nenv/env_bad_1.env 5 UnorderedKey The DB_NAME key should go before the DEbUG_hTTP key\n + message: env/env_bad_1.env 1 LeadingCharacter Invalid leading character detected\nenv/env_bad_1.env 2 KeyWithoutValue The MY_ENV key should be with a value or have an equal sign\nenv/env_bad_1.env 3 IncorrectDelimiter The DB-NAME key has incorrect delimiter\nenv/env_bad_1.env 3 UnorderedKey The DB-NAME key should go before the LOGGER_LEVEL key\nenv/env_bad_1.env 4 LowercaseKey The DEbUG_hTTP key should be in uppercase\nenv/env_bad_1.env 4 UnorderedKey The DEbUG_hTTP key should go before the LOGGER_LEVEL key\nenv/env_bad_1.env 5 UnorderedKey The DB_NAME key should go before the DEbUG_hTTP key\n\nFound 7 problems\n ... ok 2 - env_good_1.env