Skip to content

Commit

Permalink
Merge pull request #233 from dell/golint
Browse files Browse the repository at this point in the history
Installing golint via go install
  • Loading branch information
gallacher authored Dec 4, 2023
2 parents 3a90ab7 + 2539d74 commit 505002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo === Finished

echo === Linting...
(command -v golint >/dev/null 2>&1 \
|| GO111MODULE=off GOINSECURE=golang.org go get -u golang.org/x/lint/golint) \
|| go install golang.org/x/lint/golint@latest) \
&& golint --set_exit_status ./service/... ./common/...
LINT_RETURN_CODE=$?
echo === Finished
Expand Down

0 comments on commit 505002f

Please sign in to comment.