Skip to content

Commit

Permalink
Version 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 4, 2019
1 parent f0f63a1 commit 9411d52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM python:3.7-alpine
LABEL maintainer="sobolevn@wemake.services"
LABEL vendor="wemake.services"

ENV DOTENV_LINTER_VERSION='0.1.4'
ENV DOTENV_LINTER_VERSION='0.1.5'
ENV REVIEWDOG_VERSION='v0.9.14'

RUN apk add --no-cache bash git wget
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dotenv-linter"
version = "0.1.4"
version = "0.1.5"
description = "Linting dotenv files like a charm!"
authors = [
"sobolevn <mail@sobolevn.me>"
Expand Down
1 change: 0 additions & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ elif [ "$INPUT_REPORTER" == 'github-pr-review' ] ||
export REVIEWDOG_GITHUB_API_TOKEN="$GITHUB_TOKEN"

output=$(dotenv-linter "$INPUT_OPTIONS" 2>&1)
echo "dotenv output: $output"
echo "$output" | reviewdog -efm='%f:%l %m' -reporter="$INPUT_REPORTER" -level=error
# `reviewdog` does not fail with any status code, so we have to get dirty:
status=$(test "$output" = ''; echo $?)
Expand Down

0 comments on commit 9411d52

Please sign in to comment.