File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM python:3.7-alpine
2020LABEL maintainer="sobolevn@wemake.services"
2121LABEL vendor="wemake.services"
2222
23- ENV DOTENV_LINTER_VERSION='0.1.4 '
23+ ENV DOTENV_LINTER_VERSION='0.1.5 '
2424ENV REVIEWDOG_VERSION='v0.9.14'
2525
2626RUN apk add --no-cache bash git wget
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dotenv-linter"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44description = " Linting dotenv files like a charm!"
55authors = [
66 " sobolevn <mail@sobolevn.me>"
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ elif [ "$INPUT_REPORTER" == 'github-pr-review' ] ||
1818 export REVIEWDOG_GITHUB_API_TOKEN=" $GITHUB_TOKEN "
1919
2020 output=$( dotenv-linter " $INPUT_OPTIONS " 2>&1 )
21- echo " dotenv output: $output "
2221 echo " $output " | reviewdog -efm=' %f:%l %m' -reporter=" $INPUT_REPORTER " -level=error
2322 # `reviewdog` does not fail with any status code, so we have to get dirty:
2423 status=$( test " $output " = ' ' ; echo $? )
You can’t perform that action at this time.
0 commit comments