const patternStartConformance … const patternEndConformance … const patternSkip … // This function checks the requirement: it works for all providers (e.g., no SkipIfProviderIs/SkipUnlessProviderIs calls) func checkAllProviders(e2eFile string) error { … } func processFile(e2ePath string) error { … } func processDir(e2ePath string) error { … } func newCommand() *cobra.Command { … } func main() { … }