Skip to content

Commit

Permalink
[lint-provider-family]: Reallow the family labels on config packages
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Jun 14, 2023
1 parent 1a124d2 commit 19a9717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/linter/lint-provider-family/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ func lint(config *ssopLinterConfig) error { //nolint:gocyclo // sequential flow
break
}
}
if foundLabel && repoName == familyConfigPackageName {
log.Fatalln("Family label found on family config package: ", familyConfigPackageName)
}
if !foundLabel && repoName != familyConfigPackageName {
log.Fatalln("Family label not found: ", e.Name())
}
Expand Down

0 comments on commit 19a9717

Please sign in to comment.