-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to Protonmail PGP #2666
Move to Protonmail PGP #2666
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2666 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 131 131
Lines 11459 11459
=======================================
Hits 11236 11236
Misses 152 152
Partials 71 71
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I'm not sure why the tests are failing... all I could find is this: golangci/golangci-lint#825 |
When I check out your branch locally, I'm seeing this:
What do you see? |
Where can i find the |
It's nothing special... just something I threw together to help me out with this repo: $ cat test-all.sh
#!/bin/bash -ex
# https://github.com/golangci/golangci-lint/issues/3107
export GOROOT=/usr/local/go
diff -u <(echo -n) <(gofmt -d -s .)
go mod tidy
go generate ./...
go test ./...
go vet ./...
golangci-lint run
cd scrape
go mod tidy
go generate ./...
go test ./...
go vet ./...
golangci-lint run
cd ../update-urls
go mod tidy
go generate ./...
go test ./...
go vet ./...
golangci-lint run |
I think it's similar except the version
|
OK, then please try running gofmt on those files that you modified to see if that fixes the payment then push the changes to this PR. |
@gmlewis Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @komod0 !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@gmlewis Hey!, i just saw your comment, i fixed the conflicts manually and run |
This changes the openpgp library so that it uses the Protonmail fork which seems to be the preferred one and it's the one go-git has adopted.
Closes #2317