Skip to content

Commit

Permalink
remove unused notlin directives
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Nov 8, 2024
1 parent a2978b6 commit d851556
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugin/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func currFromContext(c *cli.Context) Commit {
}
}

//nolint:dupl
func prevFlags(category string) []cli.Flag {
return []cli.Flag{
&cli.StringFlag{
Expand Down
1 change: 0 additions & 1 deletion plugin/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ type Pipeline struct {
Parent int64
}

//nolint:dupl
func pipelineFlags(category string) []cli.Flag {
return []cli.Flag{
&cli.Int64Flag{
Expand Down

0 comments on commit d851556

Please sign in to comment.