mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-16 01:40:42 +00:00
Exclude useless helper methods
This commit is contained in:
parent
d5fd5d77c7
commit
6502a46a31
@ -134,13 +134,17 @@ func regexReplace(pattern string, input string, replacement string) string {
|
||||
|
||||
func invalidHelper(name string) bool {
|
||||
invalids := []string{
|
||||
"genPrivateKey",
|
||||
"derivePassword",
|
||||
"buildCustomCert",
|
||||
"fail",
|
||||
"genSelfSignedCert",
|
||||
"genSignedCert",
|
||||
"genCA",
|
||||
"fail",
|
||||
"semver",
|
||||
"semverCompare",
|
||||
"hello",
|
||||
"trimall",
|
||||
}
|
||||
|
||||
for _, invalid := range invalids {
|
||||
|
Loading…
Reference in New Issue
Block a user