Skip to content

Commit

Permalink
discover-repos.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lueFlake authored Oct 11, 2024
1 parent 5e9fa2b commit 4b4d9cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions steps/discover-repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ def process_repositories(repositories, context)

def process_repo(repo_data, found, licenses)
return if repo_already_processed?(repo_data, found)

return if license_invalid?(repo_data, licenses)

add_repo_to_found(repo_data, found)
print_repo_info(repo_data, found)
end
Expand Down

0 comments on commit 4b4d9cb

Please sign in to comment.