Skip to content

Commit

Permalink
commenting out lint until later fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio committed Oct 13, 2023
1 parent 1c37679 commit 0880e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ if ! type "golangci-lint" > /dev/null; then

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
fi
echo "running golanglint-ci run"
golangci-lint run
#echo "running golanglint-ci run"
#golangci-lint run

0 comments on commit 0880e12

Please sign in to comment.