We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb8574 commit d2ddd9fCopy full SHA for d2ddd9f
internal/naming/naming.go
@@ -143,7 +143,7 @@ func isCapitalLetter(ch byte) bool {
143
}
144
145
func isCustomName(name string) bool {
146
- re1 := regexp.MustCompile(`((e|hd|n)fs|(E|HD|N)FS)$`)
+ re1 := regexp.MustCompile(`((e|hd|n|z)fs|(E|HD|N|Z)FS)$`)
147
re2 := regexp.MustCompile(`tions$`)
148
re3 := regexp.MustCompile(`(W|w)indows$`)
149
0 commit comments