feature/recipe_implementation #5

Merged
gmgauthier merged 54 commits from feature/recipe_implementation into master 2026-03-07 23:17:54 +00:00
Showing only changes of commit 213a9869e6 - Show all commits

View File

@ -110,7 +110,7 @@ func (r *Runner) discoverFiles() []string {
}
}
// 4. Use the configurable search pattern (defaults to "if err != nil")
// 4. Use a configurable search pattern (defaults to Go-style)
searchFor := r.Recipe.SearchPattern
if searchFor == "" {
searchFor = "if err != nil"