Skip to content

Commit

Permalink
file conflicts to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvihladremio committed Oct 13, 2023
1 parent 2baf488 commit 1c37679
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -e
echo "running go fmt"
go fmt ./...

<<<<<<< Updated upstream
go vet ./...
=======
echo "running go vet"
go vet ./...

Expand All @@ -20,6 +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 golang ci run"
echo "running golanglint-ci run"
golangci-lint run
>>>>>>> Stashed changes

0 comments on commit 1c37679

Please sign in to comment.