mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
chore: enable some more linters
This commit is contained in:
parent
f0eed8cc56
commit
63649d4397
7 changed files with 48 additions and 18 deletions
2
forge.go
2
forge.go
|
|
@ -19,7 +19,7 @@ const (
|
|||
GitHubPerPageMax = 100
|
||||
GitHubPRStateOpen = "open"
|
||||
GitHubPRStateClosed = "closed"
|
||||
GitHubEnvAPIToken = "GITHUB_TOKEN"
|
||||
GitHubEnvAPIToken = "GITHUB_TOKEN" // nolint:gosec // Not actually a hardcoded credential
|
||||
GitHubEnvUsername = "GITHUB_USER"
|
||||
GitHubEnvRepository = "GITHUB_REPOSITORY"
|
||||
GitHubLabelColor = "dedede"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue