From 9a882c6476238d38407bfeabd1801aa374e6edf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 09:51:01 -0600 Subject: [PATCH] Bump dotenvlinter/dotenv-linter from 2.2.1 to 3.0.0 (#1140) * Bump dotenvlinter/dotenv-linter from 2.2.1 to 3.0.0 Bumps dotenvlinter/dotenv-linter from 2.2.1 to 3.0.0. Signed-off-by: dependabot[bot] * fix tap * really fix it Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- .automation/test/env/reports/expected-ENV.tap | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.automation/test/env/reports/expected-ENV.tap b/.automation/test/env/reports/expected-ENV.tap index 11c263a8..df9c48b8 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\nFound 7 problems\n + message: Checking env/env_bad_1.env\nenv/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 diff --git a/Dockerfile b/Dockerfile index 5c391ced..70b9c700 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.2.1 as dotenv-linter +FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter FROM mstruebing/editorconfig-checker:2.3.1 as editorconfig-checker FROM yoheimuta/protolint:v0.27.0 as protolint FROM golangci/golangci-lint:v1.35.2 as golangci-lint