Skip to content

Commit

Permalink
find golangci_lint through PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cswarth authored and mikefarah committed Dec 29, 2020
1 parent 9509831 commit a76b72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.dev
Expand Up @@ -4,6 +4,7 @@ COPY scripts/devtools.sh /opt/devtools.sh

RUN set -e -x \
&& /opt/devtools.sh
ENV PATH=/go/bin:$PATH

# install mkdocs
RUN set -ex \
Expand Down
2 changes: 1 addition & 1 deletion scripts/check.sh
Expand Up @@ -3,7 +3,7 @@
set -o errexit
set -o pipefail

./bin/golangci-lint run --timeout=5m
golangci-lint run --timeout=5m

# ./bin/golangci-lint \
# --tests \
Expand Down

0 comments on commit a76b72e

Please sign in to comment.