mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +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
|
|
@ -51,9 +51,9 @@ func run(cmd *cobra.Command, _ []string) error {
|
|||
BaseBranch: flagBranch,
|
||||
}
|
||||
|
||||
switch flagForge {
|
||||
//case "gitlab":
|
||||
//f = rp.NewGitLab(forgeOptions)
|
||||
switch flagForge { // nolint:gocritic // Will become a proper switch once gitlab is added
|
||||
// case "gitlab":
|
||||
// f = rp.NewGitLab(forgeOptions)
|
||||
case "github":
|
||||
logger.DebugContext(ctx, "using forge GitHub")
|
||||
forge = rp.NewGitHub(logger, &rp.GitHubOptions{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue