0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-11-21 04:00:40 +00:00

remove unused notlin directives

This commit is contained in:
Robert Kaussow 2024-11-08 23:35:27 +01:00
parent a2978b6ee2
commit d8515562ae
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 0 additions and 2 deletions

View File

@ -153,7 +153,6 @@ func currFromContext(c *cli.Context) Commit {
}
}
//nolint:dupl
func prevFlags(category string) []cli.Flag {
return []cli.Flag{
&cli.StringFlag{

View File

@ -33,7 +33,6 @@ type Pipeline struct {
Parent int64
}
//nolint:dupl
func pipelineFlags(category string) []cli.Flag {
return []cli.Flag{
&cli.Int64Flag{