Skip to content

Commit

Permalink
Address linter complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Engelbert <[email protected]>
  • Loading branch information
pmengelbert committed Feb 4, 2025
1 parent 161629d commit d66c8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,8 @@ func (git *SourceGit) fillDefaults(generators []*SourceGenerator) {

u, err := url.Parse(git.URL)
if err != nil {
//TODO(pmengelbert) this should be validated, but it looks like it's not
// This should be validated elsewhere
return
}

for _, generator := range generators {
Expand Down

0 comments on commit d66c8cd

Please sign in to comment.