func isBzlSourceFile()

in gazelle/bzl/gazelle.go [283:285]


func isBzlSourceFile(f string) bool {
	return strings.HasSuffix(f, fileType) && !ignoreSuffix.Matches(f)
}