Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jul 30, 2024
1 parent f35d98d commit 0930d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (r *Rules) addFiles() (err error) {
}
for _, ent := range entries {
if ent.Name() == parser.RULE_SET_GOLDEN_FILE_NAME {
r.repositories = append(r.repositories, ruleDir)
r.append(ruleDir)
return
}
Expand Down Expand Up @@ -449,6 +450,7 @@ func (r *Labels) extract(paths []string) (err error) {
return
}
for _, ruleDir := range paths {
addon.Activity("Extracting labels: %d", ruleDir)
err = filepath.Walk(ruleDir, inspect)
if err != nil {
return
Expand Down

0 comments on commit 0930d5f

Please sign in to comment.