Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx committed Nov 14, 2024
1 parent 603e594 commit 3c9ef93
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions internal/params/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,24 +162,24 @@ const (
ScaFilterUsage = "SCA filter"

// PR decoration flags
NamespaceFlag = "namespace"
NamespaceFlagUsage = "%s namespace is required to post the comments"
RepoNameFlag = "repo-name"
RepoNameFlagUsage = "%s repository details"
PRNumberFlag = "pr-number"
PRNumberFlagUsage = "Pull Request number for posting notifications and comments"
PRIidFlag = "mr-iid"
PRIidFlagUsage = "Gitlab IID (internal ID) of the merge request"
PRGitlabProjectFlag = "gitlab-project-id"
PRGitlabProjectFlagUsage = "Gitlab project ID"
NamespaceFlag = "namespace"
NamespaceFlagUsage = "%s namespace is required to post the comments"
RepoNameFlag = "repo-name"
RepoNameFlagUsage = "%s repository details"
PRNumberFlag = "pr-number"
PRNumberFlagUsage = "Pull Request number for posting notifications and comments"
PRIidFlag = "mr-iid"
PRIidFlagUsage = "Gitlab IID (internal ID) of the merge request"
PRGitlabProjectFlag = "gitlab-project-id"
PRGitlabProjectFlagUsage = "Gitlab project ID"
AzureProjectFlag = "project"
AzureProjectFlagUsage = "Azure project name or project ID"
CodeRespositoryUsernameFlag = "code-repository-username"
CodeRespositoryUsernameFlagUsage = "Azure username for code repository"
ProjectKeyFlag = "project-key"
ProjectKeyFlagUsage = "Key of the project containing the repository"
PRBBIDFlag = "pr-id"
PRBBIDFlagUsage = "Bitbucket PR ID"
ProjectKeyFlag = "project-key"
ProjectKeyFlagUsage = "Key of the project containing the repository"
PRBBIDFlag = "pr-id"
PRBBIDFlagUsage = "Bitbucket PR ID"

// Chat (General)
ChatAPIKey = "chat-apikey"
Expand Down

0 comments on commit 3c9ef93

Please sign in to comment.