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:
parent
a2978b6ee2
commit
d8515562ae
@ -153,7 +153,6 @@ func currFromContext(c *cli.Context) Commit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:dupl
|
|
||||||
func prevFlags(category string) []cli.Flag {
|
func prevFlags(category string) []cli.Flag {
|
||||||
return []cli.Flag{
|
return []cli.Flag{
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
@ -33,7 +33,6 @@ type Pipeline struct {
|
|||||||
Parent int64
|
Parent int64
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:dupl
|
|
||||||
func pipelineFlags(category string) []cli.Flag {
|
func pipelineFlags(category string) []cli.Flag {
|
||||||
return []cli.Flag{
|
return []cli.Flag{
|
||||||
&cli.Int64Flag{
|
&cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user