Skip to content

Conversation

@lesnerd
Copy link
Contributor

@lesnerd lesnerd commented Feb 16, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

@lesnerd lesnerd requested a review from oshratZairi February 16, 2025 10:13
go.mod Outdated

go 1.23.4

toolchain go1.23.5
Copy link
Contributor

Choose a reason for hiding this comment

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

To my knowledge - why does it need to be added?


func getFlagType(typeFlag string) FlagType {
var flagType FlagType
if typeFlag == "gh-commiter" {
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider adding const for this value

}

func (c *createGitHubEvidence) CommandName() string {
return "create-github-evidence"
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider adding const for this value

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.

2 participants