dont ask
This commit is contained in:
parent
794a1980f7
commit
5222bde661
2
main.go
2
main.go
@ -160,10 +160,12 @@ func threatRepo(baseBranchRule glob.Glob, client *gitlab.Client, repo *gitlab.Pr
|
||||
}
|
||||
}
|
||||
|
||||
// optBool return ref of bool - dont ask it is go
|
||||
func optBool(val bool) *bool {
|
||||
return &val
|
||||
}
|
||||
|
||||
// optString return ref of string - dont ask it is go
|
||||
func optString(val string) *string {
|
||||
return &val
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user