Skip to content
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

Clean up lint errors #167

Merged
merged 2 commits into from
Nov 30, 2021
Merged

Clean up lint errors #167

merged 2 commits into from
Nov 30, 2021

Conversation

bobcallaway
Copy link
Member

@bobcallaway bobcallaway commented Nov 29, 2021

Adds documentation to various methods throughout library to remove lint
errors.

The only (minor) functional changes are in KMS, where certain methods and variables
were made private where it seemed appropriate and unused methods were removed.

Signed-off-by: Bob Callaway bob.callaway@gmail.com

Summary

Ticket Link

Fixes #154

Release Note


Adds documentation to various methods throughout library to remove lint
errors.

Only functional changes are in KMS, where certain methods and variables
were made private where it seemed appropriate.

Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
Copy link
Member

@dekkagaijin dekkagaijin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, was gonna get around to this soon but I'm happy someone else made the linter happy 😅

@dekkagaijin dekkagaijin merged commit 41d8921 into sigstore:main Nov 30, 2021
mtrmac pushed a commit to mtrmac/sigstore that referenced this pull request Mar 10, 2023
previously the roots were hardcoded in TrustedCert() function as
fulcio.Roots (and the passed value was usuned), but I assume this is not
what was intended.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix golangci-lint
2 participants